mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2024-11-26 09:53:17 +01:00
Merge pull request #120 from sudouser777/main
updated pylint github action
This commit is contained in:
commit
f7da8c2761
3
.github/workflows/pylint.yml
vendored
3
.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 `ls */** | grep .py$ | xargs`
|
pylint $(git ls-files '*.py')
|
||||||
|
Loading…
Reference in New Issue
Block a user