This commit is contained in:
parent
5615fe341f
commit
b87586cfd1
1 changed files with 1 additions and 0 deletions
|
@ -20,5 +20,6 @@ jobs:
|
|||
run: /root/.local/bin/poetry install --with dev
|
||||
- name: Analysing the code with Pylint
|
||||
run: |
|
||||
poetry env use 3.11
|
||||
/root/.local/bin/poetry shell
|
||||
pylint $(git ls-files '*.py')
|
||||
|
|
Loading…
Reference in a new issue