Skip to content

Commit

Permalink
Try to hot-fix license scanner
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Aug 25, 2023
1 parent e9db083 commit 379275e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/.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 379275e

Please sign in to comment.