Skip to content

Commit 2f2c726

Browse files
chore: Fix md link check in GH action (#3128)
* Fix md link check in GH action * Fix md link check in GH action
1 parent 117fe5e commit 2f2c726

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/check-md-link-config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
{
77
"_comment": "mvnrepository blocks requests originating from GitHub Actions",
88
"pattern": "https://mvnrepository.com/artifact/org.apache.iceberg/iceberg-spark"
9+
},
10+
{
11+
"_comment": "medium blocks requests originating from GitHub Actions",
12+
"pattern": "https://medium.com/"
13+
},
14+
{
15+
"pattern": "https://kubernetes.io/"
916
}
1017
]
1118
}

0 commit comments

Comments
 (0)