Skip to content

Commit 38801a6

Browse files
authored
ignore npmjs.com from link check (#263)
1 parent d72f5cb commit 38801a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/check-links/check_links.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def check_links(ignore_glob: list[str], ignore_links: list[str], links_expire: s
3939
"http://localhost.*",
4040
# https://github.com/github/feedback/discussions/14773
4141
"https://docs.github.com/.*",
42+
"https://(www\.)?npmjs.com(/.*)?",
4243
]
4344

4445
for spec in ignore_links:

0 commit comments

Comments
 (0)