Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Khole authored Jun 22, 2022
1 parent 4e45f2f commit 87ae87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,4 +488,4 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
find . -name '*.py' -exec pylint --fail-under=10 {} \;
python -m pylint --fail-under=10 `find -regextype egrep -regex '(.*.py)$'`

0 comments on commit 87ae87a

Please sign in to comment.