forked from cerc-io/laconicd-deprecated
f7f9cd9652
Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 1.0.8 to 1.0.9. - [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.8...7481451f70251762f149d69596e3e276ebf2b236) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
13 lines
292 B
YAML
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.9
|
|
with:
|
|
folder-path: "docs"
|