Skip to content

Daily Markdown Link Check #48

Daily Markdown Link Check

Daily Markdown Link Check #48

name: Daily Markdown Link Check
run-name: ${{github.event.pull_request.title}}
on:
schedule:
# Run every 5 minutes for the first days, then will be updated to run everyday at 6:00 AM
- cron: "*/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