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