Skip to content

Commit c5a8d93

Browse files
committed
Ignore unused components/jquery
1 parent 18bb8cf commit c5a8d93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ jobs:
8080
run: composer-require-checker check --config-file=tools/composer-require-checker.json composer.json
8181

8282
- name: Check code for unused dependencies in composer.json
83-
run: composer-unused
83+
run: |
84+
composer-unused \
85+
--excludePackage=components/jquery \
86+
--excludePackage=components/jquery-ui
8487
8588
- name: PHP Code Sniffer
8689
run: phpcs

0 commit comments

Comments
 (0)