Skip to content

e47320fb8268880fbb4e7344beb5dc03d72aac2c #32

e47320fb8268880fbb4e7344beb5dc03d72aac2c

e47320fb8268880fbb4e7344beb5dc03d72aac2c #32

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