Skip to content

Check Markdown links #5264

Check Markdown links

Check Markdown links #5264

Workflow file for this run

name: Check Markdown links
on:
schedule:
- cron: "* */24 * * *"
push:
branches: [ live ]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- uses: gaurav-nelson/github-action-markdown-link-check@master
with:
use-quiet-mode: "yes"
use-verbose-mode: "yes"
config-file: './mlc_config.json'