Files
tendermint/.github/workflows/action.yml
Workflow config file is invalid. Please check your config file: yaml: line 12: found character that cannot start any token
2020-03-10 15:48:31 +01:00

13 lines
241 B
YAML

name: Check Markdown links
on: push
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@0.6.0
with:
folder-path: 'spec'