From 9be936e507c93a263430ee731fb3fccd6e6d34c4 Mon Sep 17 00:00:00 2001 From: ckunki Date: Thu, 4 Apr 2024 09:39:06 +0200 Subject: [PATCH] re-applied indention --- .github/workflows/checks.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 9f5ea59..63f82e2 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -26,15 +26,15 @@ jobs: runs-on: ubuntu-latest steps: - - name: SCM Checkout - uses: actions/checkout@v3 - - - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.8.0 - - - name: Build Documentation - run: | - poetry run python -m nox -s build-docs + - name: SCM Checkout + uses: actions/checkout@v3 + + - name: Setup Python & Poetry Environment + uses: exasol/python-toolbox/.github/actions/python-environment@0.8.0 + + - name: Build Documentation + run: | + poetry run python -m nox -s build-docs lint-job: name: Linting (Python-${{ matrix.python-version }})