Skip to content

Clean up and update full config file (#1000) #235

Clean up and update full config file (#1000)

Clean up and update full config file (#1000) #235

name: Run Link Checker for Cron Job
on:
push:
branches:
- main
schedule:
# Run everyday at 3:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
- cron: "0 3 * * *"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: tcort/github-action-markdown-link-check@v1
with:
config-file: 'mlc_config.json'
use-quiet-mode: 'no'
use-verbose-mode: 'yes'