mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2025-07-01 15:23:15 +00:00
Fix pylint always failing
Merge pull request #146 from sheeeng/feature/pylint-exit
This commit is contained in:
commit
8bab8a03c5
4
.github/workflows/pylint.yml
vendored
4
.github/workflows/pylint.yml
vendored
@ -16,8 +16,8 @@ jobs:
|
|||||||
- name: Setup Pylint
|
- name: Setup Pylint
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pylint
|
pip install pylint pylint-exit
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
- name: Run Pylint
|
- name: Run Pylint
|
||||||
run: |
|
run: |
|
||||||
pylint $(git ls-files '*.py')
|
pylint $(git ls-files '*.py') || pylint-exit $?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user