From 3f15e5e5425dadc4bb52134efbb870a9387da7a9 Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Mon, 8 Apr 2024 20:26:51 +0200 Subject: [PATCH] Update push_dev.yml --- .github/workflows/push_dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_dev.yml b/.github/workflows/push_dev.yml index 43c061a..1b6d949 100644 --- a/.github/workflows/push_dev.yml +++ b/.github/workflows/push_dev.yml @@ -23,4 +23,4 @@ jobs: python -m pip install --upgrade pip pip install pylint - name: Analysing the code with pylint - run: pylint $(git ls-files '*.py') + run: pylint --exit-zero $(git ls-files '*.py')