We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1785ffd commit 0751fa1Copy full SHA for 0751fa1
.github/workflows/test.yml
@@ -258,7 +258,7 @@ jobs:
258
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
259
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
260
with:
261
- ignore_links: "../api/*.* ./api/* .*/images/[\\w-]+.png https://docs.github.com/en/.* https://mybinder.org/v2/gh/jupyterlab/jupyter_collaboration/.*"
+ ignore_links: "../api/*.* ./api/* .*/images/[\\w-]+.png https://docs.github.com/en/.* https://github.com/[^/]+/?$ https://mybinder.org/v2/gh/jupyterlab/jupyter_collaboration/.*"
262
263
ui_tests:
264
runs-on: ubuntu-latest
0 commit comments