mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2024-11-26 09:53:17 +01: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…
Reference in New Issue
Block a user