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