feat: add markdown link check workflow
parent
ea282febd5
commit
bc0300d1f7
|
@ -0,0 +1,10 @@
|
||||||
|
name: Check Markdown links
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 0 * * *"
|
||||||
|
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