wip
Some checks failed
ci/woodpecker/push/tofu Pipeline failed
ci/woodpecker/push/fmt Pipeline failed

This commit is contained in:
cătălin 2026-04-08 10:26:42 +02:00
commit df7e197fb3
No known key found for this signature in database
14 changed files with 164 additions and 192 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