Add link checker

This commit is contained in:
Ryan Blunden 2021-04-19 13:09:41 +10:00
parent 3238563be0
commit 0b19ddfda0

8
.github/workflows/link-checker.yml vendored Normal file
View File

@ -0,0 +1,8 @@
name: Markdown link checker
on: [push,pull_request,workflow_dispatch]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1