Skip to content

Lint Markdown Links Daily #53

Lint Markdown Links Daily

Lint Markdown Links Daily #53

name: Lint Markdown Links Daily
run-name: ${{github.event.pull_request.title}}
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