Skip to content

Commit fb416f7

Browse files
committed
Add links check whitelist.
1 parent b036ebd commit fb416f7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/dlc.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
{
2+
"ignorePatterns": [
3+
{
4+
"pattern": "https://github.com/WeBankFinTech/DataSphereStudio-Doc"
5+
},
6+
{
7+
"pattern": "http://localhost"
8+
},
9+
{
10+
"pattern": "http://127.0.0.1"
11+
}
12+
],
213
"timeout": "10s",
314
"retryOn429": true,
415
"retryCount": 10,

0 commit comments

Comments
 (0)