Skip to content

Doc Link Health

Doc Link Health #49

name: Doc Link Health
on:
pull_request:
push:
branches: [main]
schedule:
- cron: "0 8 * * 1"
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check documentation links
uses: lycheeverse/lychee-action@v2
with:
fail: true
args: >-
--verbose
--no-progress
--timeout 20
--retry-wait-time 2
README.md
CONTRIBUTING.md
docs/**/*.md