workflow: add step, show pip list
This commit is contained in:
parent
fa44c53510
commit
e3e7712e47
1 changed files with 1 additions and 0 deletions
|
@ -30,4 +30,5 @@ jobs:
|
|||
- name: Analysing the code with pylint
|
||||
run: |
|
||||
source venv/bin/activate
|
||||
python3 -m pip list
|
||||
pylint $(git ls-files '*.py')
|
||||
|
|
Reference in a new issue