File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 7676 run : pip install pytest-check-links
7777
7878 # TODO: we are not checking absolute links as pytest plugins does not support them
79+ # ignore github requests as we get 429 too many requests checking GitHub user profiles in about.html
80+ # ignore opensource.org since we are getting a 403 forbidden from this check run on github
7981 - name : Check links
8082 run : |
8183 pytest _site/ --check-links \
8789 --check-links-ignore "https://twitter.com/.*" \
8890 --check-links-ignore "https://jupytercon.com" \
8991 --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 \
91- --check-links-ignore "https://opensource.org/licenses/BSD-3-Clause" # 403 forbidden from github
92+ --check-links-ignore "https://github.com/[^/]+/?$" \
93+ --check-links-ignore "https://opensource.org/licenses/BSD-3-Clause"
9294
9395 lighthouse :
9496
You can’t perform that action at this time.
0 commit comments