From 0eb1b704a6e8056876df6588d1d959a7ea402904 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Fri, 10 Mar 2023 07:01:49 +0100 Subject: [PATCH] Fixed pylint runner in python-app.yml --- .github/workflows/python-app.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 02839d0..0c16ec9 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -25,12 +25,8 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt pip install -r dev-requirements.txt - - name: Test - run: | - ls - which - name: Lint with pylint run: | pip install pylint_runner - pylint_runner --exit-zero + pylint_runner --exit-zero --generate-rcfile #Test with pytest