Skip to content

Commit

Permalink
Ignore unused components/jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Nov 18, 2024
1 parent c5b45e5 commit 98109f5
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 @@ -80,7 +80,9 @@ jobs:
run: composer-require-checker check --config-file=tools/composer-require-checker.json composer.json

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

0 comments on commit 98109f5

Please sign in to comment.