Skip to content

Commit

Permalink
ci: tweak license-checker configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Jan 23, 2025
1 parent 4e70890 commit 94271df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:

- name: Automated license checking
env:
PROD_LICENSES: "MIT;0BSD;BSD-2-Clause;BSD-3-Clause;ISC;Apache-2.0"
PROD_LICENSES: "MIT;BSD;0BSD;BSD-2-Clause;BSD-3-Clause;ISC;Apache-2.0"
DEV_LICENSES: "Python-2.0;CC0-1.0;CC-BY-3.0;CC-BY-4.0;Apache 2.0;Unlicense;BlueOak-1.0.0"
OK_BUT_NOT_AUTODETECTED: "@nxext/[email protected];[email protected];[email protected]"
OK_BUT_NOT_AUTODETECTED: "@nxext/[email protected];[email protected]"
run: |
npx license-checker --summary --production --onlyAllow "$PROD_LICENSES" --excludePackages "$OK_BUT_NOT_AUTODETECTED"
npx license-checker --summary --onlyAllow "$DEV_LICENSES;$PROD_LICENSES" --excludePackages "$OK_BUT_NOT_AUTODETECTED"
Expand Down

0 comments on commit 94271df

Please sign in to comment.