Skip to content

Commit

Permalink
Fudge license scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
ggwpez authored Aug 25, 2023
1 parent 6eff0c1 commit 98d6066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
shopt -s globstar
npx @paritytech/license-scanner@0.0.5 scan \
npx --yes https://github.com/paritytech/license-scanner scan \
--ensure-licenses=Apache-2.0 \
--ensure-licenses=GPL-3.0-only \
./**/*.rs
Expand Down

0 comments on commit 98d6066

Please sign in to comment.