We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4af5ed commit ecb1141Copy full SHA for ecb1141
.github/workflows/validate.yml
@@ -87,7 +87,8 @@ jobs:
87
--check-links-ignore "https://twitter.com/.*" \
88
--check-links-ignore "https://jupytercon.com" \
89
--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
+ --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
92
93
lighthouse:
94
0 commit comments