Skip to content

feat: update substrate sdk version to polkadot v1.9 #114

feat: update substrate sdk version to polkadot v1.9

feat: update substrate sdk version to polkadot v1.9 #114

Workflow file for this run

name: Check Markdown links
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
# Sub repos will not be checked.
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'