Skip to content

Commit

Permalink
exclude must have different classes
Browse files Browse the repository at this point in the history
  • Loading branch information
gaokevin1 committed Jun 7, 2024
1 parent 1412548 commit c9c36a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: composer install --prefer-dist --no-progress

- name: ✨ Run PHP CodeSniffer
run: vendor/bin/phpcs --standard=PSR2 --extensions=php --exclude=PSR12.Files.FileHeader.SpacingAfterBlock src
run: vendor/bin/phpcs --standard=PSR2 --extensions=php --exclude=PSR1.Files.SideEffects.FoundWithSymbols src

- name: 🧪 Run PHPUnit tests
run: composer run-script test

0 comments on commit c9c36a2

Please sign in to comment.