mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2024-11-26 09:53:17 +01:00
feature: pylint-exit
Pylint always fails. Pylint-exit displays fatal errors only.
This commit is contained in:
parent
b279125a9c
commit
48db26860f
4
.github/workflows/pylint.yml
vendored
4
.github/workflows/pylint.yml
vendored
@ -16,8 +16,8 @@ jobs:
|
||||
- name: Setup Pylint
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pylint
|
||||
pip install pylint pylint-exit
|
||||
pip install -r requirements.txt
|
||||
- name: Run Pylint
|
||||
run: |
|
||||
pylint $(git ls-files '*.py')
|
||||
pylint $(git ls-files '*.py') || pylint-exit $?
|
||||
|
Loading…
Reference in New Issue
Block a user