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

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`