Skip to content

Check Markdown links #59

Check Markdown links

Check Markdown links #59

Workflow file for this run

name: Check Markdown links
on:
# push:
workflow_dispatch:
schedule:
# 01:00 on Thursday (UTC)
- cron: "0 1 * * 4"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: './.github/mlc_config.json'
# Quiet mode only shows errors in output not successful links too
use-quiet-mode: 'yes'
# Specify yes to show detailed HTTP status for checked links.
use-verbose-mode: 'yes'