Skip to content

Commit

Permalink
fix: replace license-checker by active fork
Browse files Browse the repository at this point in the history
This replaces the npm package license-checker by an active fork named license-checker-rseidelsohn
For further details see davglass/license-checker#245 (comment)
  • Loading branch information
TheDome committed Apr 26, 2022
1 parent 31a82ac commit faf3557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check-code-compliance/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ runs:
shell: bash
if: steps.check_node.outputs.node-project == 'true'
run: |
npx license-checker \
npx license-checker-rseidelsohn \
--onlyAllow="Python-2.0; \
MIT; \
Apache-2.0; \
Expand All @@ -170,7 +170,7 @@ runs:
CC-BY-4.0; \
Unicode-DFS-2016; \
VOL" \
--excludePackages="${{ inputs.license-exclude-packages }}" \
--excludePackages="@neohelden/eslint-config;${{ inputs.license-exclude-packages }}" \
--excludePrivatePackages \
--csv \
--out licenses.csv
Expand Down

0 comments on commit faf3557

Please sign in to comment.