mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2024-11-29 19:24:34 +01:00
Allows pylint to run correctly
This commit is contained in:
parent
3b00dee972
commit
8e8d2b1c4b
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
@ -19,4 +19,4 @@ jobs:
|
||||
pip install pylint
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
pylint `ls -R|grep .py$|xargs`
|
||||
pylint `ls */** | grep .py$ | xargs`
|
||||
|
Loading…
Reference in New Issue
Block a user