Update pull_request_master.yml
This commit is contained in:
2
.github/workflows/pull_request_master.yml
vendored
2
.github/workflows/pull_request_master.yml
vendored
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user