Archived
1
1
Fork 0

workflow: add step, show pip list

This commit is contained in:
Josh Lay 2023-08-06 02:38:46 -05:00
parent fa44c53510
commit e3e7712e47
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -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')