From 497d78c42f5bdcfb06a8ee17e309f6b4580123aa Mon Sep 17 00:00:00 2001 From: jwestw Date: Tue, 23 Jan 2024 07:48:43 +0000 Subject: [PATCH] indent correction --- .github/workflows/mypy_type_test.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/mypy_type_test.yaml b/.github/workflows/mypy_type_test.yaml index 9b925a24d..b5a846caf 100644 --- a/.github/workflows/mypy_type_test.yaml +++ b/.github/workflows/mypy_type_test.yaml @@ -8,11 +8,11 @@ on: push: branches: - mypy_action -# runs on version 20.04 of ubuntu -jobs: - pytest-coverage-comment: - runs-on: ubuntu-20.04 - steps: + # runs on version 20.04 of ubuntu + jobs: + pytest-coverage-comment: + runs-on: ubuntu-20.04 + steps: # 1) Checkout the code - uses: actions/checkout@v3