From fe3b79e7384c6882e1c2c33506936ced57e92029 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Thu, 9 Mar 2023 11:05:24 +0100 Subject: [PATCH] Fixed exit code 30 --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 31e1caf..1989394 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -28,5 +28,5 @@ jobs: - name: Lint with pylint run: | pip install pylint_runner - pylint_runner + pylint_runner --exit-zero #Test with pytest