ci: check links in markdown are not dead

This commit is contained in:
James Harris 2020-06-14 20:41:35 +01:00 committed by GitHub
parent 5682c0f9db
commit 279c4df741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
.github/workflows/markdownlinks.yaml vendored Normal file
View File

@ -0,0 +1,8 @@
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@v1