Skip to content

Commit

Permalink
chore: exclude permissive licenses in report
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsevernsentient committed Mar 1, 2024
1 parent fddd8f4 commit 4b4897a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
github-token: ${{ secrets.GH_TOKEN }}
- name: Print incorrect dependencies (failure)
if: failure()
run: license-checker --start --production
run: license-checker --start --production --exclude 'BSD, MIT, Apache'


0 comments on commit 4b4897a

Please sign in to comment.