Skip to content

fix typo

fix typo #11

Workflow file for this run

on:
push:
branches: [main]
workflow_dispatch:
jobs:
run-polkadot:
runs-on: ubuntu-latest
steps:
- name: Checkout Runtimes Repo
uses: actions/checkout@v3
with:
repository: "polkadot-fellows/runtimes"
- name: Run Polkadot Try State Checks
uses: "paritytech/try-runtime-gha@main"
with:
runtime-package: "polkadot-runtime"
extra-args: "--disable-idempotency-check --no-weight-warnings"
node-uri: "wss://polkadot-try-runtime-node.parity-chains.parity.io:443"