Skip to content

Commit 5bd24ff

Browse files
authored
Ignore www.npmjs.com` links (#280)
* Ignore `www.npmjs.com` links * lint
1 parent 3b5e510 commit 5bd24ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,5 @@ jobs:
129129
- uses: actions/checkout@v4
130130
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
131131
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
132+
with:
133+
ignore_links: 'https://www.npmjs.com.*'

0 commit comments

Comments
 (0)