Skip to content

5c61ba66e7f083fd1d21c9ea7af1c58b05ad4166 #233

5c61ba66e7f083fd1d21c9ea7af1c58b05ad4166

5c61ba66e7f083fd1d21c9ea7af1c58b05ad4166 #233

name: Lint Markdown Links Daily
run-name: ${{github.sha}}
on:
schedule:
# Run everyday at 5:00 AM
- cron: "0 5 * * *"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"
use-verbose-mode: "yes"
config-file: ".mlc.config.json"
folder-path: "."
max-depth: -1