This commit is contained in:
parent
ec9412f693
commit
3b3fad752c
1 changed files with 2 additions and 0 deletions
|
|
@ -32,12 +32,14 @@ steps:
|
|||
- name: install dependencies
|
||||
image: git.roboces.dev/catalin/poetry:beta
|
||||
commands:
|
||||
- ls -al
|
||||
- poetry config virtualenvs.in-project 1
|
||||
- poetry install --with linters
|
||||
|
||||
- name: lint
|
||||
image: git.roboces.dev/catalin/poetry:beta
|
||||
commands:
|
||||
- ls -al
|
||||
- venv/bin/pre-commit run --all-files --color always
|
||||
|
||||
- name: rebuild cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue