Skip to content

Fix all PHPCS issues #2

Fix all PHPCS issues

Fix all PHPCS issues #2

name: Coding Standards
on:
push:
jobs:
phpcs:
name: phpcs
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Configure PHP environment
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
- uses: ramsey/composer-install@v2
with:
composer-options: "--ignore-platform-reqs --optimize-autoloader"
- name: Run PHPCS
run: ./vendor/bin/phpcs