CI: Print pylint version before running checks

This commit is contained in:
Kamil Śliwak 2022-06-01 20:19:12 +02:00
parent a90bafd44d
commit f4f4cfe294

View File

@ -700,6 +700,7 @@ jobs:
deepdiff deepdiff
colorama colorama
requests requests
- run: pylint --version
- run: - run:
name: Linting Python Scripts name: Linting Python Scripts
command: ./scripts/pylint_all.py command: ./scripts/pylint_all.py