forked from cerc-io/laconicd-deprecated
8f3016cfc4
Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 1.0.9 to 1.0.10. - [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.9...72d871b8c64d67e2161dc16596734334b188429d) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
13 lines
293 B
YAML
13 lines
293 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.10
|
|
with:
|
|
folder-path: "docs"
|