This commit is contained in:
parent
56ecfea2f2
commit
a942ae517b
1 changed files with 3 additions and 7 deletions
|
@ -15,12 +15,8 @@ jobs:
|
||||||
add-apt-repository ppa:deadsnakes/ppa
|
add-apt-repository ppa:deadsnakes/ppa
|
||||||
apt install -y python3.11 gcc python3.11-dev python3.11-venv
|
apt install -y python3.11 gcc python3.11-dev python3.11-venv
|
||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
run: |
|
run: curl -sSL https://install.python-poetry.org | python3.11 -
|
||||||
curl -sSL https://install.python-poetry.org | python3.11 -
|
|
||||||
source $HOME/.poetry/env
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: poetry install --with dev
|
||||||
poetry install --with dev
|
|
||||||
- name: Analysing the code with Pylint
|
- name: Analysing the code with Pylint
|
||||||
run: |
|
run: poetry run pylint $(git ls-files '*.py')
|
||||||
poetry run pylint $(git ls-files '*.py')
|
|
||||||
|
|
Loading…
Reference in a new issue