Skip to content

Check for broken links #14

Check for broken links

Check for broken links #14

Workflow file for this run

name: Check for broken links
on:
schedule:
# weekly
- cron: "0 0 * * 0"
# support manual trigger
workflow_dispatch:
jobs:
links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: pip
- name: Install dependencies
run: pip install linkchecker
- name: Check links
run: linkchecker --config .linkcheckerrc README.md