Skip to content

Check Markdown Links Nightly #2

Check Markdown Links Nightly

Check Markdown Links Nightly #2

name: Check Markdown Links Nightly
on:
push:
branches:
- master
paths:
- '**.md'
schedule:
# Run everyday at 2:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
- cron: "0 2 * * *"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/[email protected]
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.mlc_config.json'