From ad344cb409292e5773933be7c42411f2f88e6b95 Mon Sep 17 00:00:00 2001 From: Thorsten Sick Date: Mon, 15 Nov 2021 12:42:46 +0100 Subject: [PATCH] indent fix --- .github/workflows/makefile.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 1425e58..0cc19f3 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -17,11 +17,11 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2 - with: - python-version: ${{ matrix.python }} + uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python }} - name: Install Tox and any other packages - run: pip install tox + run: pip install tox - name: Run check run: make check