Skip to content

Commit

Permalink
Add parachain groups (merge from Parity) (#672)
Browse files Browse the repository at this point in the history
Merged from Parity
  • Loading branch information
pgolovkin authored Mar 12, 2024
1 parent 80e8fb0 commit 120ce36
Show file tree
Hide file tree
Showing 319 changed files with 3,900 additions and 2,970 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🛎 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🔧 Install rust dependencies
uses: ./.github/workflows/rust-install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: 🛎 Checkout
id: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: ./.github/workflows/rust-install

Expand Down Expand Up @@ -80,4 +80,4 @@ jobs:
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: "❌️ Error deploying metadata! ❌ ${{ env.GITHUB_WORKFLOW_URL }}"
message: "❌️ Error deploying metadata! ❌ ${{ env.GITHUB_WORKFLOW_URL }}"
2 changes: 1 addition & 1 deletion .github/workflows/frontend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: 🛎 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🔧 Install yarn
run: npm install -g yarn prettier
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🛎 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🛎 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🔧 Install rust dependencies
uses: ./.github/workflows/rust-install
Expand All @@ -114,4 +114,4 @@ jobs:
- if: ${{ steps.check-deployment.outputs.redeploy == 'true' }}
uses: ./.github/workflows/deploy
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🛎 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: ./.github/workflows/rust-install

Expand Down
Loading

0 comments on commit 120ce36

Please sign in to comment.