mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-06 20:11:08 +00:00
13 lines
241 B
YAML
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'
|