Update push_master.yml

This commit is contained in:
2024-04-06 01:50:11 +02:00
committed by GitHub
Unverified
parent fd9f5e5ff4
commit 465b393820

View File

@@ -23,7 +23,7 @@ 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')
publish:
needs: check
runs-on: ubuntu-latest