Skip to content

Weekly check all Markdown links #68

Weekly check all Markdown links

Weekly check all Markdown links #68

name: Weekly check all Markdown links
on:
schedule:
- cron: "0 12 * * 4"
# Remove all permissions from GITHUB_TOKEN except metadata.
permissions: {}
jobs:
markdown-link-check:
name: Broken Links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag=v4.1.6
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # tag=v1
with:
use-quiet-mode: 'yes'
config-file: .markdownlinkcheck.json