pinprick 0.23.0

GitHub Actions supply chain security tool
1
2
3
4
5
6
7
8
9
10
11
12
# 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

# gnu.org can time out or block automated link checkers from hosted runners.
# The AGPL license URL is canonical; skip verifying it.
exclude = ["^https://www\\.gnu\\.org/"]