Skip to content

Commit

Permalink
Ignore unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 11, 2024
1 parent 4ee2921 commit c1f6e2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
# run: composer-require-checker check composer.json

- name: Check code for unused dependencies in composer.json
run: composer-unused
run: |
composer-unused \
--excludePackage=slevomat/coding-standard
- name: PHP Code Sniffer
run: phpcs
Expand Down

0 comments on commit c1f6e2e

Please sign in to comment.