Skip to content

Commit f7cbc08

Browse files
authored
Merge pull request #68 from bergjohan/ignore-patterns
Add ignorePatterns for markdown-link-check
2 parents 4b09bc1 + 520c964 commit f7cbc08

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/mlc_config.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
{
2+
"ignorePatterns": [
3+
{
4+
"pattern": "^https://support.discord.com/hc/en-us/"
5+
},
6+
{
7+
"pattern": "^conferences/"
8+
},
9+
{
10+
"pattern": "^jobs/"
11+
}
12+
],
213
"replacementPatterns": [
314
{
415
"pattern": "^/",
@@ -9,6 +20,5 @@
920
"replacement": "https://www.includecpp.org/"
1021
}
1122
],
12-
"timeout": "20s",
13-
"aliveStatusCodes": [200, 400]
23+
"timeout": "20s"
1424
}

0 commit comments

Comments
 (0)