1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-06-28 13:44:35 +02:00

Update pylint.yml

This commit is contained in:
Donald Cheng Hong Zou 2022-01-19 09:10:07 -05:00
parent 7139e230cf
commit 194ccbdbb4

View File

@ -21,5 +21,4 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
# pylint `ls ../../src -R|grep .py$|xargs`
ls
# pylint `ls src |grep .py$|xargs`