Update push_master.yml
This commit is contained in:
2
.github/workflows/push_master.yml
vendored
2
.github/workflows/push_master.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pylint
|
pip install pylint
|
||||||
- name: Analysing the code with pylint
|
- name: Analysing the code with pylint
|
||||||
run: pylint $(git ls-files '*.py')
|
run: pylint --exit-zero $(git ls-files '*.py')
|
||||||
publish:
|
publish:
|
||||||
needs: check
|
needs: check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user