We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4644131 commit 8be5265Copy full SHA for 8be5265
.github/config/lychee.toml
@@ -9,7 +9,11 @@ max_concurrency = 4
9
# Check link anchors
10
include_fragments = true
11
12
+remap = [
13
+ # workaround for https://github.com/lycheeverse/lychee/issues/1729
14
+ "https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4",
15
+]
16
+
17
exclude = [
- "^http://localhost:",
- "^http://0.0.0.0:",
18
+ '^https://github.com/.*#discussion_r.*$',
19
]
mise.toml
@@ -1,5 +1,5 @@
1
[tools]
2
-lychee = "0.18.1"
+lychee = "0.20.1"
3
4
[tasks.link-check]
5
run = 'lychee --verbose --config .github/config/lychee.toml .'
0 commit comments