mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2024-11-26 09:53:17 +01:00
added requirements install command to pylint action
This commit is contained in:
parent
ce5e2be010
commit
d744b6f40a
1
.github/workflows/pylint.yml
vendored
1
.github/workflows/pylint.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pylint
|
||||
pip install -r requirements.txt
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
pylint $(git ls-files '*.py')
|
||||
|
Loading…
Reference in New Issue
Block a user