Update pull_request_master.yml

This commit is contained in:
2024-04-08 20:27:12 +02:00
committed by GitHub
Unverified
parent 3f15e5e542
commit d69addf53a

View File

@@ -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')