infra/.woodpecker.yml

12 lines
206 B
YAML
Raw Normal View History

2026-01-09 00:22:05 +02:00
when:
branch: main
event: push
steps:
- name: validate
image: hashicorp/terraform:1.10
commands:
- terraform init -backend=false
- terraform validate
- terraform fmt -check