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 18bb8cf commit c5a8d93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ 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 \
--excludePackage=components/jquery-ui
- name: PHP Code Sniffer
run: phpcs
Expand Down

0 comments on commit c5a8d93

Please sign in to comment.