Update pylint.yml
parent
194ccbdbb4
commit
43afb86fa8
|
|
@ -21,4 +21,4 @@ jobs:
|
|||
pip install pylint
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
# pylint `ls src |grep .py$|xargs`
|
||||
pylint `ls src |grep .py$|xargs`
|
||||
|
|
|
|||
Loading…
Reference in New Issue