Update pylint.yml

pull/133/head
Donald Cheng Hong Zou 2022-01-19 09:10:59 -05:00
parent 194ccbdbb4
commit 43afb86fa8
1 changed files with 1 additions and 1 deletions

View File

@ -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`