We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 878d978 + bc5727c commit e656199Copy full SHA for e656199
.github/workflows/link-checker.yaml
@@ -17,6 +17,15 @@ jobs:
17
id: lychee
18
uses: lycheeverse/lychee-action@v2
19
with:
20
- args: --base . --verbose --no-progress './**/*.md' --accept 100..=103,200..=299,429
+ args: >-
21
+ './**/*.md'
22
+ --verbose
23
+ --no-progress
24
+ --user-agent 'Mozilla/5.0 (X11; Linux x86_64) Chrome/134.0.0.0'
25
+ --retry-wait-time 30
26
+ --max-retries 5
27
+ --accept 100..=103,200..=299,429
28
+ --cookie-jar cookies.json
29
+ --exclude-all-private
30
format: markdown
31
fail: true
0 commit comments