Skip to content

Trying to get PHPCS to work again.. #30

Trying to get PHPCS to work again..

Trying to get PHPCS to work again.. #30

Workflow file for this run

name: CI
on: [ push ]
jobs:
phpcs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Composer install --dev
uses: php-actions/composer@v6
working-directory: modules/registrars/realtimeregister

Check failure on line 14 in .github/workflows/phpcs.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/phpcs.yml (Line: 14, Col: 9): Unexpected value 'working-directory'
- name: PHP Code Sniffer
uses: php-actions/phpcs@v1
with:
php_version: 8.1
path: modules/registrars/realtimeregister
ignore: modules/registrars/realtimregister/vendor
standard: PSR12