2020-06-26 22:26:55 +00:00
|
|
|
name: Check Markdown links
|
|
|
|
on:
|
|
|
|
schedule:
|
|
|
|
- cron: "* */24 * * *"
|
|
|
|
jobs:
|
|
|
|
markdown-link-check:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@development
|
2020-08-18 09:07:55 +00:00
|
|
|
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.5
|
2020-06-26 22:26:55 +00:00
|
|
|
with:
|
|
|
|
folder-path: "docs"
|