We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9f5e5 commit 465b393Copy full SHA for 465b393
.github/workflows/push_master.yml
@@ -23,7 +23,7 @@ jobs:
23
python -m pip install --upgrade pip
24
pip install pylint
25
- name: Analysing the code with pylint
26
- run: pylint $(git ls-files '*.py')
+ run: pylint --exit-zero $(git ls-files '*.py')
27
publish:
28
needs: check
29
runs-on: ubuntu-latest
0 commit comments