chore: development script for syncing Poetry lockfile (#5170)
This commit is contained in:
parent
43c19007e0
commit
e7752e8135
4 changed files with 32 additions and 1 deletions
4
.github/workflows/api-tests.yml
vendored
4
.github/workflows/api-tests.yml
vendored
|
|
@ -107,7 +107,9 @@ jobs:
|
|||
api/poetry.lock
|
||||
|
||||
- name: Poetry check
|
||||
run: poetry check -C api
|
||||
run: |
|
||||
poetry check -C api
|
||||
poetry show -C api
|
||||
|
||||
- name: Install dependencies
|
||||
run: poetry install -C api --with dev
|
||||
|
|
|
|||
1
.github/workflows/style.yml
vendored
1
.github/workflows/style.yml
vendored
|
|
@ -100,6 +100,7 @@ jobs:
|
|||
**.yaml
|
||||
**.yml
|
||||
Dockerfile
|
||||
dev/**
|
||||
|
||||
- name: Super-linter
|
||||
uses: super-linter/super-linter/slim@v6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue