From 9befb78874acbd741eb838946554cce42febce80 Mon Sep 17 00:00:00 2001 From: Ben Ryder Date: Mon, 20 Sep 2021 18:47:19 +0100 Subject: [PATCH] GH-29: Fixing indent issue in pylint workflow. --- .github/workflows/pylint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index ac3b2b5..58fae00 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -24,5 +24,5 @@ jobs: pip install -r requirements-dev.txt # Run pylint against all .py files in the codebase. - name: Analysing the code with pylint - run: | - pylint **/*.py \ No newline at end of file + run: | + pylint **/*.py