fix(ci): pylint.yml (#1108)
ref: #636. `pylint` command does not work I've had success running the modified command [here](https://github.com/thecesrom/incendium/blob/project/.github/workflows/pylint.yml). Co-authored-by: Josh Gross <[email protected]>
This commit is contained in:
co-authored by
Josh Gross
parent
ba97234b60
commit
a96d2407b5
+1
-1
@@ -20,4 +20,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 $(git ls-files '*.py')
|
||||||
|
|||||||
Reference in New Issue
Block a user