add markdown link checker

This commit is contained in:
Callum Michael Waters
2020-03-10 15:32:51 +01:00
parent 327767a1c1
commit ee5c790878

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: "spec"