Skip to content

Commit 71fcc98

Browse files
committed
Add ignore rules for link check
1 parent fb39d51 commit 71fcc98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
--check-links-ignore "https://jupytercon.com" \
9191
--check-links-ignore "https://www.netapp.com" \
9292
--check-links-ignore "https://github.com/[^/]+/?$" \
93+
--check-links-ignore "https://sloan.org" \
94+
--check-links-ignore "https://www.bloomberg.com" \
9395
--check-links-ignore "https://opensource.org/licenses/BSD-3-Clause"
9496
9597
lighthouse:

0 commit comments

Comments
 (0)