Skip to content
This repository was archived by the owner on Jul 18, 2026. It is now read-only.

Markdown Links Check #70

Markdown Links Check

Markdown Links Check #70

Workflow file for this run

name: Markdown Links Check
on:
schedule:
# runs every monday at 9 am
- cron: "0 9 * * 1"
workflow_dispatch: null
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v7
- name: Check Markdown Links
uses: tcort/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"
use-verbose-mode: "yes"
config-file: ".mlc_config.json"
max-depth: 5