CI: add "pip install pylint" step
This commit is contained in:
parent
9623624880
commit
d3b46e19a6
1 changed files with 3 additions and 0 deletions
3
.github/workflows/pylint.yml
vendored
3
.github/workflows/pylint.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue