This commit is contained in:
cătălin 2026-04-08 09:54:32 +02:00
commit 2909b42d2f
No known key found for this signature in database
12 changed files with 144 additions and 187 deletions

20
.woodpecker/fmt.yaml Normal file
View file

@ -0,0 +1,20 @@
---
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
- name: tflint
image: stagex/tflint:0.53.0
commands:
- make fmt--tflint