Allows pylint to run correctly

This commit is contained in:
Jared Rossberg 2021-10-24 23:11:09 -06:00
parent 3b00dee972
commit 8e8d2b1c4b

View File

@ -19,4 +19,4 @@ jobs:
pip install pylint pip install pylint
- name: Analysing the code with pylint - name: Analysing the code with pylint
run: | run: |
pylint `ls -R|grep .py$|xargs` pylint `ls */** | grep .py$ | xargs`