Skip to content

Commit

Permalink
fix broken pylint action
Browse files Browse the repository at this point in the history
  • Loading branch information
btb committed Sep 11, 2021
1 parent abb9a11 commit 34a081b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,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 34a081b

Please sign in to comment.