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 Zou 2022-01-19 09:05:39 -05:00 committed by GitHub
parent 712460a040
commit 120d3b9f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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