fukuops/.woodpecker/fmt.yaml
cătălin df7e197fb3
Some checks failed
ci/woodpecker/push/tofu Pipeline failed
ci/woodpecker/push/fmt Pipeline failed
wip
2026-04-08 10:26:42 +02:00

20 lines
357 B
YAML

---
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