Skip to content

Commit

Permalink
Renamed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jun 24, 2024
1 parent 00fbcb9 commit eac1847
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check_hyperlinks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ on:
pull_request:

jobs:
check_notebook_links:
check-links:
runs-on: ubuntu-latest

steps:

- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Python & Poetry Environment
uses: exasol/python-toolbox/.github/actions/[email protected]
with:
Expand All @@ -27,4 +29,3 @@ jobs:
- name: Check Hyperlinks in Jupyter Notebooks
run: >
poetry run pytest --check-links exasol/ds/sandbox/runtime/ansible/roles/jupyter/files/notebook/

0 comments on commit eac1847

Please sign in to comment.