Skip to content

Commit

Permalink
Update --ignore argument
Browse files Browse the repository at this point in the history
  • Loading branch information
gocemitevski committed Apr 16, 2024
1 parent 65fd281 commit 68f0e82
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 . --ignore=./vendor --standard=./phpcs.xml --extensions=php
./vendor/bin/phpcs -p -s -v -n . --ignore=./vendor/** --standard=./phpcs.xml --extensions=php

0 comments on commit 68f0e82

Please sign in to comment.