Skip to content

Commit 1078bfe

Browse files
committed
Fix lychee 0.24 config syntax
1 parent 5a71904 commit 1078bfe

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
# excluding links to pull requests and issues is done for performance
1313
exclude = [

0 commit comments

Comments
 (0)