Commit: CI: Fix syntax error in lychee URL checker

3 views
Skip to first unread message

Christian Brabandt

unread,
Apr 26, 2026, 4:30:14 AMApr 26
to vim...@googlegroups.com
CI: Fix syntax error in lychee URL checker

Commit: https://github.com/vim/vim/commit/807f2cd789e2005bd1853f6c743ec9883dfb7f91
Author: svardew <sva...@gmail.com>
Date: Sun Apr 26 08:16:59 2026 +0000

CI: Fix syntax error in lychee URL checker

fixes: https://github.com/vim/vim/issues/20040

Signed-off-by: svardew <sva...@gmail.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/ci/lychee.toml b/ci/lychee.toml
index 941a2d7f6..8b9f0099f 100644
--- a/ci/lychee.toml
+++ b/ci/lychee.toml
@@ -13,7 +13,7 @@ extensions = ["c", "h", "md", "html", "txt"]
accept = ["100..=103", "200..=299", "429"]

# Retry each request a few times on transient network errors
-retries = 2
+max_retries = 2
retry_wait_time = 2

# Timeout per request in seconds
Reply all
Reply to author
Forward
0 new messages