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

This commit is contained in:
cătălin 2026-04-09 13:28:10 +02:00
commit e0d54ae944
No known key found for this signature in database
14 changed files with 181 additions and 189 deletions

36
.woodpecker/fmt.yaml Normal file
View file

@ -0,0 +1,36 @@
---
when:
- event: push
branch: feat/woodpecker-ci
steps:
- name: build-image
image: woodpeckerci/plugin-kaniko
settings:
registry: git.roboces.dev
repo: catalin/fukuops
tags: ci-fmt
target: fmt
username:
from_secret: FORGEJO_REGISTRY_USERNAME
password:
from_secret: FORGEJO_REGISTRY_PASSWORD
- name: pre-commit
image: git.roboces.dev/catalin/fukuops:ci-fmt
depends_on: [build-image]
commands:
- echo $PATH
- make fmt--pre-commit
- name: kubeconform
image: git.roboces.dev/catalin/fukuops:ci-fmt
depends_on: [build-image]
commands:
- make fmt--kubeconform
- name: tflint
image: git.roboces.dev/catalin/fukuops:ci-fmt
depends_on: [build-image]
commands:
- make fmt--tflint