1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-22 15:20:09 +01:00

Update pylint.yml

This commit is contained in:
Donald Cheng Hong Zou 2022-01-19 09:12:57 -05:00
parent 43afb86fa8
commit 3c68430336

View File

@ -21,4 +21,4 @@ jobs:
pip install pylint pip install pylint
- name: Analysing the code with pylint - name: Analysing the code with pylint
run: | run: |
pylint `ls src |grep .py$|xargs` pylint $(find src -name "*.py" | xargs)