mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2024-11-29 19:24:34 +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: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pylint
|
pip install pylint
|
||||||
|
pip install -r requirements.txt
|
||||||
- name: Analysing the code with pylint
|
- name: Analysing the code with pylint
|
||||||
run: |
|
run: |
|
||||||
pylint $(git ls-files '*.py')
|
pylint $(git ls-files '*.py')
|
||||||
|
Loading…
Reference in New Issue
Block a user