Add markdown link check to CI (#34)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
name: Check Documentation
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
markdown-link-check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||
Reference in New Issue
Block a user