Skip to content

Explain the hardfork workflow (#212) #256

Explain the hardfork workflow (#212)

Explain the hardfork workflow (#212) #256

name: Check Markdown links
on:
pull_request:
push:
branches: [main]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: 'ci_mk_check_config.json'