Skip to content

Commit 181c0ce

Browse files
ci(check-links): Ignore CHANGELOG
1 parent 445c114 commit 181c0ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/lychee.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ exclude = [
1010
'^https://www\.tablesgenerator\.com',
1111
'file://.*/bithesis\.pdf$', # Generated
1212
]
13+
14+
exclude_path = [
15+
'CHANGELOG.md', # Generated
16+
]

0 commit comments

Comments
 (0)