mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2025-07-01 15:23:15 +00:00
updated command in pylint github action
This commit is contained in:
parent
841df577a5
commit
ce5e2be010
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
@ -19,4 +19,4 @@ jobs:
|
|||||||
pip install pylint
|
pip install pylint
|
||||||
- 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…
x
Reference in New Issue
Block a user