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