forked from paritytech/polkadot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from CherryNetwork/mainnet-upgrade-to-v0.9.40
Mainnet upgrade to v0.9.40
- Loading branch information
Showing
359 changed files
with
15,182 additions
and
12,359 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/.gitlab-ci.yml filter=ci-prettier | ||
/scripts/ci/gitlab/pipeline/*.yml filter=ci-prettier |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Check licenses | ||
|
||
on: | ||
pull_request: | ||
|
||
jobs: | ||
check-licenses: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout sources | ||
uses: actions/[email protected] | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: '16.19.0' | ||
registry-url: 'https://npm.pkg.github.com' | ||
scope: '@paritytech' | ||
- name: Check the licenses | ||
run: | | ||
shopt -s globstar | ||
npx @paritytech/[email protected] scan \ | ||
--ensure-licenses Apache-2.0 \ | ||
--ensure-licenses GPL-3.0-only \ | ||
./**/*.rs | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.