mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2026-01-09 16:30:53 +00:00
Revert "Merge branch 'main' into argument-parsing"
This reverts commite7b3f5c4bd, reversing changes made to95f0dc8edf.
This commit is contained in:
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 pylint-exit
|
||||
pip install pylint
|
||||
pip install -r requirements.txt
|
||||
- name: Run Pylint
|
||||
run: |
|
||||
pylint $(git ls-files '*.py') || pylint-exit $?
|
||||
pylint $(git ls-files '*.py')
|
||||
|
||||
Reference in New Issue
Block a user