CI: add "pip install pylint" step

This commit is contained in:
Ivan R. 2022-12-31 12:41:01 +05:00
parent 9623624880
commit d3b46e19a6
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -13,5 +13,8 @@ jobs:
with:
python-version: "3.11"
- name: Install pylint
run: pip install pylint
- name: Analysing the code with pylint
run: pylint histd