From c1917188140de73cd4eee48233640268ae9e690c Mon Sep 17 00:00:00 2001 From: Mateusz Skoczek Date: Mon, 8 Apr 2024 20:27:27 +0200 Subject: [PATCH] Update pull_request_dev.yml --- .github/workflows/pull_request_dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_dev.yml b/.github/workflows/pull_request_dev.yml index 641e6c2..de96278 100644 --- a/.github/workflows/pull_request_dev.yml +++ b/.github/workflows/pull_request_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')