Skip to content

Commit

Permalink
fix(ci): pylint.yml (#1108)
Browse files Browse the repository at this point in the history
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 <joshmgross@github.com>
  • Loading branch information
cesarcoatl and joshmgross committed Jan 19, 2022
1 parent ba97234 commit a96d240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/pylint.yml
Expand Up @@ -20,4 +20,4 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint `ls -R|grep .py$|xargs`
pylint $(git ls-files '*.py')

0 comments on commit a96d240

Please sign in to comment.