mirror of
https://github.com/WGDashboard/WGDashboard.git
synced 2026-08-03 22:42:59 +00:00
Update pylint.yml
This commit is contained in:
@@ -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 -R|grep .py$|xargs`
|
pylint `ls ../../src -R|grep .py$|xargs`
|
||||||
|
|||||||
Reference in New Issue
Block a user