Skip to content

Commit e6f8ebf

Browse files
committed
Add config to eliminate links tests to fail
1 parent 156bc1d commit e6f8ebf

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/check-links.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
uses: wjdp/htmltest-action@master
2222
with:
2323
path: mvr-spec.html
24+
config: .htmltest.yml

.htmltest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
IgnoreURLs:
2+
- "https://www.din.de"
3+
- "https://www.din.de/go/din-term"
4+

0 commit comments

Comments
 (0)