Update push_dev.yml

This commit is contained in:
2024-04-08 20:26:51 +02:00
committed by GitHub
Unverified
parent b2ed234c26
commit 3f15e5e542

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