From eac18477f5a067fe80cefa3a9f0496b4aeb998df Mon Sep 17 00:00:00 2001 From: ckunki Date: Mon, 24 Jun 2024 14:35:51 +0200 Subject: [PATCH] Renamed workflow --- .github/workflows/check_hyperlinks.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_hyperlinks.yaml b/.github/workflows/check_hyperlinks.yaml index 26606b0f..57812f1f 100644 --- a/.github/workflows/check_hyperlinks.yaml +++ b/.github/workflows/check_hyperlinks.yaml @@ -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/python-environment@0.13.0 with: @@ -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/ -