Skip to content

Commit 48643df

Browse files
committed
ignore items which returns non successful status code for our checker
1 parent e86e364 commit 48643df

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/markdown-link-check.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,13 @@
66
"Accept": "text/html"
77
}
88
}
9+
],
10+
"ignorePatterns": [
11+
{
12+
"pattern": "https://www.mycompiler.io/new/deno"
13+
},
14+
{
15+
"pattern": "https://zhuanlan.zhihu.com/p/37637923"
16+
}
917
]
1018
}

0 commit comments

Comments
 (0)