parent
0d8127037d
commit
e46a87bc17
13 changed files with 148 additions and 192 deletions
24
.woodpecker/fmt.yaml
Normal file
24
.woodpecker/fmt.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
when:
|
||||
- event: push
|
||||
branch: feat/woodpecker-ci
|
||||
|
||||
steps:
|
||||
- name: pre-commit
|
||||
image: kiwicom/pre-commit:4.3.0
|
||||
commands:
|
||||
- make fmt--pre-commit
|
||||
|
||||
- name: kubeconform
|
||||
image: stagex/kubeconform:0.6.4
|
||||
commands:
|
||||
- make fmt--kubeconform
|
||||
depends_on:
|
||||
- pre-commit
|
||||
|
||||
- name: tflint
|
||||
image: stagex/tflint:0.53.0
|
||||
commands:
|
||||
- make fmt--tflint
|
||||
depends_on:
|
||||
- pre-commit
|
||||
Loading…
Add table
Add a link
Reference in a new issue