Skip to content

Commit

Permalink
try one path
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Aug 28, 2023
1 parent 6eb96f1 commit 5088155
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check-licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
npx @paritytech/license-scanner scan \
--ensure-licenses=Apache-2.0 \
--ensure-licenses=GPL-3.0-only \
./**/*.rs
"./substrate/bin/node-template/node/src/chain_spec.rs"
# npx @paritytech/license-scanner scan \
# --ensure-licenses=Apache-2.0 \
# --ensure-licenses=GPL-3.0-only \
# ./**/*.rs
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5088155

Please sign in to comment.