Skip to content

Commit

Permalink
Remove check-links job, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chicocvenancio committed Jul 10, 2024
1 parent 6a634a9 commit 10ba684
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,3 @@ jobs:
jupyter labextension list
jupyter labextension list 2>&1 | grep -ie "labpawspublic.*OK"
python -m jupyterlab.browser_check --no-browser-test
check_links:
name: Check Links
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "labpawspublic",
"version": "0.1.0",
"version": "1.1.0",
"description": "jupyterlab extension to add paws-public links",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 10ba684

Please sign in to comment.