Skip to content

Check Broken Links

Check Broken Links #10

name: check markdown links
on:
schedule:
- cron: '0 0 * * 0' # run once a week
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/[email protected]
if: env.GIT_DIFF
with:
folder-path: "."
use-verbose-mode: 'yes'
config-file: '.github/workflows/md-link-checker-config.json'