Skip to content

Commit 0751fa1

Browse files
Ignore github.com in check-links (#360)
1 parent 1785ffd commit 0751fa1

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
@@ -258,7 +258,7 @@ jobs:
258258
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
259259
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
260260
with:
261-
ignore_links: "../api/*.* ./api/* .*/images/[\\w-]+.png https://docs.github.com/en/.* https://mybinder.org/v2/gh/jupyterlab/jupyter_collaboration/.*"
261+
ignore_links: "../api/*.* ./api/* .*/images/[\\w-]+.png https://docs.github.com/en/.* https://github.com/[^/]+/?$ https://mybinder.org/v2/gh/jupyterlab/jupyter_collaboration/.*"
262262

263263
ui_tests:
264264
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)