Skip to content

Check Markdown links #25

Check Markdown links

Check Markdown links #25

Workflow file for this run

name: Check Markdown links
on:
push:
schedule:
- cron: "0 9 * * 0"
jobs:
markdown-link-check:
runs-on: ubuntu-22.04
container: ghcr.io/tcort/markdown-link-check:stable
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: 'yes'