Skip to content

Commit

Permalink
Add --ignore to Run PHPCS checks
Browse files Browse the repository at this point in the history
  • Loading branch information
gocemitevski committed Apr 16, 2024
1 parent d9880e9 commit 65fd281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Run PHPCS checks
run: |
find -L . -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l
./vendor/bin/phpcs -p -s -v -n . --standard=./phpcs.xml --extensions=php
./vendor/bin/phpcs -p -s -v -n . --ignore=./vendor --standard=./phpcs.xml --extensions=php

0 comments on commit 65fd281

Please sign in to comment.