updated command in pylint github action

This commit is contained in:
Raju komati 2021-10-25 11:10:53 +05:30
parent 841df577a5
commit ce5e2be010
No known key found for this signature in database
GPG Key ID: D0390D7534A9E462
1 changed files with 1 additions and 1 deletions

View File

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