Github Workflow migrations (#1574)

During the monorepo merge, the Github workflows for subtrate, polkadot
and cumulus were imported in various sub folders.
This PR merges and fixes some of those workflows and brings them back to
the root to make them available again.

---------

Co-authored-by: Egor_P <egor@parity.io>
This commit is contained in:
Chevdor
2023-12-05 15:59:42 +01:00
committed by GitHub
parent 9a111fdc6e
commit 20eaad9d48
5 changed files with 236 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ permissions:
jobs:
check-licenses:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
env:
LICENSES: "'Apache-2.0' 'GPL-3.0-only' 'GPL-3.0-or-later WITH Classpath-exception-2.0'"
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}