pinprick 0.10.0

GitHub Actions supply chain security tool
1
2
3
4
5
6
7
8
9
10
11
# Configuration for https://github.com/lycheeverse/lychee
# Checks links in the built Starlight docs site under `site/dist/client/`
# and the repo root README.md.
# Run: `just lychee` (requires `just site-build` first).

max_concurrency = 20
timeout = 20
max_retries = 3

# claude.ai returns 403 to automated link checkers
exclude = ["https://claude.ai/.*"]