pylint没有安装第三方库就检测
This commit is contained in:
parent
b1f50c4c45
commit
c4484c61b9
1
.github/workflows/pylint.yml
vendored
1
.github/workflows/pylint.yml
vendored
@ -19,4 +19,5 @@ jobs:
|
|||||||
pip install pylint
|
pip install pylint
|
||||||
- name: Analysing the code with pylint
|
- name: Analysing the code with pylint
|
||||||
run: |
|
run: |
|
||||||
|
pip install -r requirements.txt
|
||||||
pylint `ls -R|grep .py$|xargs`
|
pylint `ls -R|grep .py$|xargs`
|
||||||
|
Loading…
Reference in New Issue
Block a user