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