Skip to content

9577c913737b7bb09d51e3c65974eba2aa698183 #2

9577c913737b7bb09d51e3c65974eba2aa698183

9577c913737b7bb09d51e3c65974eba2aa698183 #2

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