Add markdown link check action
This commit is contained in:
parent
2fcd650f84
commit
04824fe581
|
|
@ -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@v1
|
||||||
Loading…
Reference in New Issue