1
mirror of https://github.com/Footsiefat/zspotify synced 2021-12-21 22:06:14 +01:00

Merge pull request from jaredrossberg/pylint

Allows pylint to run correctly
This commit is contained in:
Logykk 2021-10-25 18:25:00 +13:00 committed by GitHub
commit 841df577a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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`