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 9ec42da commit 95e8d50Copy full SHA for 95e8d50
.github/workflows/tests.yml
@@ -79,18 +79,6 @@ jobs:
79
pipx run interrogate -v .
80
pipx run doc8 --max-line-length=200 --ignore-path=docs/source/other/full-config.rst
81
82
- check_release:
83
- runs-on: ubuntu-latest
84
- steps:
85
- - name: Checkout
86
- uses: actions/checkout@v4
87
- - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
88
- - run: pip install -e .
89
- - uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
90
- with:
91
- version_spec: 10.10.10
92
- token: ${{ secrets.GITHUB_TOKEN }}
93
-
94
check_links:
95
runs-on: ubuntu-latest
96
timeout-minutes: 10
0 commit comments