Skip to content

Check Markdown links #705

Check Markdown links

Check Markdown links #705

name: Check Markdown links
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
with:
file-extension: ".md"
config-file: ".github/workflows/mlc-config.json"