Skip to content

Commit ecb1141

Browse files
committed
Ignore the opensource.org bsd link, since it seems to give 403 for the check from github
1 parent a4af5ed commit ecb1141

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ jobs:
8787
--check-links-ignore "https://twitter.com/.*" \
8888
--check-links-ignore "https://jupytercon.com" \
8989
--check-links-ignore "https://www.netapp.com" \
90-
--check-links-ignore "https://github.com/[^/]+/?$" # 429 too many requests checking GitHub user profiles in about.html
90+
--check-links-ignore "https://github.com/[^/]+/?$" # 429 too many requests checking GitHub user profiles in about.html \
91+
--check-links-ignore "https://opensource.org/licenses/BSD-3-Clause" # 403 forbidden from github
9192
9293
lighthouse:
9394

0 commit comments

Comments
 (0)