build: support Poetry for depencencies tool in api's Dockerfile (#5105)
Co-authored-by: takatost <takatost@gmail.com>
This commit is contained in:
parent
91d38a535f
commit
27f0ae8416
5 changed files with 128 additions and 30 deletions
5
.github/workflows/style.yml
vendored
5
.github/workflows/style.yml
vendored
|
|
@ -99,7 +99,7 @@ jobs:
|
|||
**.sh
|
||||
**.yaml
|
||||
**.yml
|
||||
Dockerfile
|
||||
**Dockerfile
|
||||
dev/**
|
||||
|
||||
- name: Super-linter
|
||||
|
|
@ -113,7 +113,8 @@ jobs:
|
|||
IGNORE_GITIGNORED_FILES: true
|
||||
VALIDATE_BASH: true
|
||||
VALIDATE_BASH_EXEC: true
|
||||
VALIDATE_GITHUB_ACTIONS: true
|
||||
# FIXME: temporarily disabled until api-docker.yaml's run script is fixed for shellcheck
|
||||
# VALIDATE_GITHUB_ACTIONS: true
|
||||
VALIDATE_DOCKERFILE_HADOLINT: true
|
||||
VALIDATE_XML: true
|
||||
VALIDATE_YAML: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue