This commit is contained in:
parent
ef7786065d
commit
4e91eefd75
2 changed files with 2 additions and 1 deletions
|
|
@ -30,12 +30,14 @@ steps:
|
||||||
- .venv
|
- .venv
|
||||||
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
|
pull: true
|
||||||
image: git.roboces.dev/catalin/poetry:beta
|
image: git.roboces.dev/catalin/poetry:beta
|
||||||
commands:
|
commands:
|
||||||
- poetry config virtualenvs.in-project 1
|
- poetry config virtualenvs.in-project 1
|
||||||
- poetry install --with linters
|
- poetry install --with linters
|
||||||
|
|
||||||
- name: lint
|
- name: lint
|
||||||
|
pull: true
|
||||||
image: git.roboces.dev/catalin/poetry:beta
|
image: git.roboces.dev/catalin/poetry:beta
|
||||||
commands:
|
commands:
|
||||||
- .venv/bin/pre-commit run --all-files --color always
|
- .venv/bin/pre-commit run --all-files --color always
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1 @@
|
||||||
# halig
|
# halig
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue