Skip to content

Commit 1f7358d

Browse files
authored
Add npmjs.com to ignored links in test workflow (#512)
1 parent 67453e0 commit 1f7358d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
257257
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
258258
with:
259-
ignore_links: "../api/*.* ./api/* .*/images/[\\w-]+.png https://docs.github.com/en/.* https://github.com/.* https://mybinder.org/v2/gh/jupyterlab/jupyter_collaboration/.*"
259+
ignore_links: "../api/*.* ./api/* .*/images/[\\w-]+.png https://docs.github.com/en/.* https://github.com/.* https://mybinder.org/v2/gh/jupyterlab/jupyter_collaboration/.* https://www.npmjs.com.*"
260260

261261
ui_tests:
262262
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)