Remove the --summary flag

This commit is contained in:
Rodolphe Bréard 2023-07-30 22:16:32 +02:00
parent 7691ecf128
commit 9027b98b1b

View file

@ -14,4 +14,4 @@ jobs:
- name: Install license-checker
run: npm install --global license-checker
- name: Run the license-checker
run: npx license-checker --summary --excludePrivatePackages --unknown --onlyAllow 'Apache-2.0;BSD-2-Clause;BSD-3-Clause;CC0-1.0;ISC;MIT'
run: npx license-checker --excludePrivatePackages --unknown --onlyAllow 'Apache-2.0;BSD-2-Clause;BSD-3-Clause;CC0-1.0;ISC;MIT'