Skip to content

Commit 5b6ae76

Browse files
committed
Fix lychee 0.24 config syntax
1 parent 0e2d3b6 commit 5b6ae76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/config/lychee.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ retry_wait_time = 5
66
max_retries = 6
77
max_concurrency = 4
88

9-
# Check link anchors
10-
include_fragments = true
9+
# Check link anchors. Lychee 0.24+ expects a mode string here.
10+
include_fragments = "full"
1111

1212
exclude = [
1313
"^https://github.com/.*#discussion_r.*$",

0 commit comments

Comments
 (0)