Skip to content

Commit 9c45c73

Browse files
Copilottrask
andcommitted
Add Java and YAML files to lychee include patterns
Co-authored-by: trask <[email protected]>
1 parent 64567cb commit 9c45c73

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/config/lychee.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ max_concurrency = 4
99
# Check link anchors
1010
include_fragments = true
1111

12+
# Include additional file types beyond the default markdown/HTML
13+
include = [
14+
"**/*.md",
15+
"**/*.java",
16+
"**/*.yml",
17+
"**/*.yaml"
18+
]
19+
1220
remap = [
1321
# workaround for https://github.com/lycheeverse/lychee/issues/1729
1422
"https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4",

0 commit comments

Comments
 (0)