Skip to content

Commit

Permalink
Update phpcs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gocemitevski committed Apr 15, 2024
1 parent 274b53e commit 6910cb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
run: |
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
php phpcs.phar --version
bash run-tests.sh
find -L . -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l
php phpcs.phar -p -s -v -n . --standard=./phpcs.xml --extensions=php

0 comments on commit 6910cb7

Please sign in to comment.