mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-22 07:10:09 +01:00
Update pylint.yml
This commit is contained in:
parent
712460a040
commit
120d3b9f54
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user