.github: add markdown link checker (#4513)

co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
Tess Rinearson
2020-03-04 15:48:17 +01:00
committed by GitHub
parent 61380ffa3f
commit 9e5b4afbf1

10
.github/workflows/action.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
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: "docs"