mirror of
https://github.com/TDSCDMAA/AutoMihoyoBBS.git
synced 2026-06-02 18:43:42 +08:00
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
|
||||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
pylint `ls -R|grep .py$|xargs`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user