From c019604bc3d6246202115b88b7a0adaa96b1a451 Mon Sep 17 00:00:00 2001 From: MIWdlB Date: Mon, 13 May 2024 12:36:46 +0100 Subject: [PATCH] indentation --- .github/workflows/pull_request.yaml | 12 ++++++------ .github/workflows/push_to_master.yaml | 12 ++++++------ .github/workflows/release.yaml | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 21c7aca..caf2873 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -28,9 +28,9 @@ jobs: run: | pip install poetry poetry install - lint: - needs: build - steps: + lint: + needs: build + steps: - name: pydocstyle run: poetry run pydocstyle --convention=google -name: isort @@ -40,9 +40,9 @@ jobs: - name: flake8 run: poetry run flake8 . --ignore E501,F401,W503 --count continue-on-error: True - test: - needs: build - steps: + test: + needs: build + steps: - name: Testing run: | poetry run pytest \ No newline at end of file diff --git a/.github/workflows/push_to_master.yaml b/.github/workflows/push_to_master.yaml index ee3b3a1..574d884 100644 --- a/.github/workflows/push_to_master.yaml +++ b/.github/workflows/push_to_master.yaml @@ -20,9 +20,9 @@ jobs: run: | pip install poetry poetry install - lint: - needs: build - steps: + lint: + needs: build + steps: - name: pydocstyle run: poetry run pydocstyle --convention=google -name: isort @@ -32,9 +32,9 @@ jobs: - name: flake8 run: poetry run flake8 . --ignore E501,F401,W503 --count continue-on-error: True - test: - needs: build - steps: + test: + needs: build + steps: - name: Testing run: | poetry run pytest \ No newline at end of file diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 93eac6a..e9f5e27 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,9 +23,9 @@ jobs: run: | pip install poetry poetry install - lint: - needs: build - steps: + lint: + needs: build + steps: - name: pydocstyle run: poetry run pydocstyle --convention=google -name: isort @@ -35,9 +35,9 @@ jobs: - name: flake8 run: poetry run flake8 . --ignore E501,F401,W503 --count continue-on-error: True - test: - needs: build - steps: + test: + needs: build + steps: - name: Testing run: | poetry run pytest \ No newline at end of file