Update pull_request_dev.yml

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

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