Add markdown link check

This commit is contained in:
Shaun Verch 2021-12-08 12:33:02 -05:00
parent fbef8d3432
commit 98011a39c1

View file

@ -0,0 +1,10 @@
name: Check Markdown links
on:
push:
pull_request:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gaurav-nelson/github-action-markdown-link-check@v1