1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-21 23:01:39 +01:00

Update pylint.yml

This commit is contained in:
Donald Cheng Hong Zou 2022-01-19 09:10:59 -05:00
parent 194ccbdbb4
commit 43afb86fa8

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`