Commit 4daf246
ci(links): fix the stale lychee config key that kept the check disabled
Re-arming check-links surfaced why it was commented out in the first
place: lychee rejects the config outright — `follow_redirects` is not a
recognized key in the version the action pins, so the job died before
checking a single link. Replaced with `max_redirects` (lychee follows
redirects by default; this caps the chain).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent aa7025c commit 4daf246
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments