Skip to content

Commit 7a6a1d1

Browse files
Merge pull request #657 from YDX-2147483647/link
ci(check-links): Ignore CHANGELOG
2 parents 445c114 + ad31d18 commit 7a6a1d1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-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+
]

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
pull_request:
88
branches:
99
- main
10+
merge_group:
11+
types: [checks_requested]
1012

1113
jobs:
1214
build-latex:

0 commit comments

Comments
 (0)