Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 41ab062

Browse files
committed
Merge branch 'master' of github.com:paritytech/polkadot into liam-fix-migrations
1 parent 810d6c3 commit 41ab062

File tree

23 files changed

+457
-293
lines changed

23 files changed

+457
-293
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ rustflags = [
2929
"-Aclippy::needless_option_as_deref", # false positives
3030
"-Aclippy::derivable_impls", # false positives
3131
"-Aclippy::stable_sort_primitive", # prefer stable sort
32-
]
32+
]

.github/workflows/check-licenses.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ jobs:
99
steps:
1010
- name: Checkout sources
1111
uses: actions/[email protected]
12-
- uses: actions/setup-node@v3.6.0
12+
- uses: actions/setup-node@v3.7.0
1313
with:
14-
node-version: '16.19.0'
14+
node-version: '18.x'
1515
registry-url: 'https://npm.pkg.github.com'
1616
scope: '@paritytech'
1717
- name: Check the licenses
1818
run: |
1919
shopt -s globstar
2020
21-
npx @paritytech/[email protected].3 scan \
22-
--ensure-licenses Apache-2.0 \
23-
--ensure-licenses GPL-3.0-only \
21+
npx @paritytech/[email protected].5 scan \
22+
--ensure-licenses=Apache-2.0 \
23+
--ensure-licenses=GPL-3.0-only \
2424
./**/*.rs
2525
env:
2626
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)