pylint没有安装第三方库就检测

This commit is contained in:
Womsxd 2021-06-06 21:38:28 +08:00
parent b1f50c4c45
commit c4484c61b9
No known key found for this signature in database
GPG Key ID: 0FE76418EE689B68

View File

@ -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`