From 465b393820015ec1d101e7304f7f37bdace6b35e Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Sat, 6 Apr 2024 01:50:11 +0200 Subject: [PATCH] Update push_master.yml --- .github/workflows/push_master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_master.yml b/.github/workflows/push_master.yml index 9228855..9693a27 100644 --- a/.github/workflows/push_master.yml +++ b/.github/workflows/push_master.yml @@ -23,7 +23,7 @@ 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') publish: needs: check runs-on: ubuntu-latest