laconicd/.github/workflows/linkchecker.yml
dependabot[bot] 182567cb39
build(deps): bump gaurav-nelson/github-action-markdown-link-check (#461)
Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases)
- [Commits](https://github.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.6...95d5f3b63d2ca8e93f527396308c41e70634e2e7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-20 07:11:13 -04:00

13 lines
292 B
YAML

name: Check Markdown links
on:
schedule:
- cron: "* */24 * * *"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@development
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.7
with:
folder-path: "docs"