Skip to content

Commit 465b393

Browse files
Update push_master.yml
1 parent fd9f5e5 commit 465b393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install pylint
2525
- name: Analysing the code with pylint
26-
run: pylint $(git ls-files '*.py')
26+
run: pylint --exit-zero $(git ls-files '*.py')
2727
publish:
2828
needs: check
2929
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)