From 0c461596e6917a81b12b59541d66adee79e3a50e Mon Sep 17 00:00:00 2001 From: jwestw Date: Tue, 23 Jan 2024 08:00:12 +0000 Subject: [PATCH] Another tabbing correction for 'jobs' --- .github/workflows/mypy_type_test.yaml | 30 +++++++++++++-------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/mypy_type_test.yaml b/.github/workflows/mypy_type_test.yaml index 00cf4b819..eb0192ada 100644 --- a/.github/workflows/mypy_type_test.yaml +++ b/.github/workflows/mypy_type_test.yaml @@ -9,24 +9,24 @@ on: branches: ["mypy_action"] # runs on version 20.04 of ubuntu - jobs: - mypy_type_test: - runs-on: ubuntu-20.04 - name: Mypy - steps: +jobs: + mypy_type_test: + runs-on: ubuntu-20.04 + name: Mypy + steps: # 1) Checkout the code - - uses: actions/checkout@v3 + - uses: actions/checkout@v3 # 2) Set up Python - - name: Set up Python 3.8 - uses: actions/setup-python@v4 - with: - python-version: '3.8' + - name: Set up Python 3.8 + uses: actions/setup-python@v4 + with: + python-version: '3.8' # 3) Install Mypy - - name: Install Mypy - run: pip install mypy + - name: Install Mypy + run: pip install mypy # 4) Run Mypy - - name: Run Mypy - run: | - mypy --python-version 3.8 . + - name: Run Mypy + run: | + mypy --python-version 3.8 .