Skip to content

Commit

Permalink
absorb check-release
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 24, 2022
1 parent 7d7e40c commit c4ad16e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/check-release.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- uses: jupyterlab/maintainer-tools/.github/actions/pre-commit@v1

check_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}

check-links:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c4ad16e

Please sign in to comment.