Skip to content

upgrade to version polkadot-v0.9.40 (#242) #318

upgrade to version polkadot-v0.9.40 (#242)

upgrade to version polkadot-v0.9.40 (#242) #318

Workflow file for this run

name: Check Links
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: '.github/workflows/mlc_config.json'