Skip to content

Commit 455527a

Browse files
committed
test
Signed-off-by: Yanxuan Liu <[email protected]>
1 parent 9eb42fe commit 455527a

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/workflows/markdown-link-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ jobs:
3333
with:
3434
max-depth: -1
3535
use-verbose-mode: 'yes'
36+
config-file: '.github/workflows/markdown-links-check/markdown-links-check-config.json'
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"ignorePatterns": [
3+
{
4+
"pattern": "/docs"
5+
},
6+
{
7+
"pattern": "/datasets"
8+
},
9+
{
10+
"pattern": "/dockerfile"
11+
},
12+
{
13+
"pattern": "/examples"
14+
}
15+
],
16+
"timeout": "15s",
17+
"retryOn429": true,
18+
"retryCount":30,
19+
"aliveStatusCodes": [200, 403]
20+
}

0 commit comments

Comments
 (0)