Skip to content

Commit

Permalink
Update the check link action to use maintainer tools
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Jan 29, 2025
1 parent 8563de4 commit cdaff9d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Link Check
if: ${{ matrix.group == 'link_check' }}
uses: jupyter-server/jupyter_releaser/.github/actions/check-links@v1
steps:
- uses: actions/checkout@v4
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
with:
ignore_links: http://www.opensource.org/licenses/mit-license.php
- name: Upload Distributions
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit cdaff9d

Please sign in to comment.