Merge pull request #118 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
1 changed files with 1 additions and 1 deletions

View File

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