We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87fa99 commit cbd7c71Copy full SHA for cbd7c71
2 files changed
.github/config/lychee.toml
@@ -6,8 +6,8 @@ retry_wait_time = 5
6
max_retries = 6
7
max_concurrency = 4
8
9
-# Check link anchors
10
-include_fragments = true
+# Check link anchors. Lychee 0.24+ expects a mode string here.
+include_fragments = "full"
11
12
# excluding links to pull requests and issues is done for performance
13
exclude = [
mise.toml
@@ -2,7 +2,7 @@
2
3
# Linters
4
"github:grafana/flint" = "0.21.0"
5
-lychee = "0.23.0"
+lychee = "0.24.2"
[env]
FLINT_CONFIG_DIR = ".github/config"
0 commit comments