Allows pylint to run correctly

This commit is contained in:
Jared Rossberg 2021-10-24 23:11:09 -06:00
parent 3b00dee972
commit 8e8d2b1c4b
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`