Files
homelab-terraform/.drone.yml
Tim Unkrig 24f01da283
All checks were successful
continuous-integration/drone Build is passing
fixed syntax
2023-10-27 11:05:51 +02:00

17 lines
253 B
YAML

---
kind: pipeline
name: default
type: docker
trigger:
branch:
- main
steps:
- name: Terraform FMT PR
image: hashicorp/terraform:1.5
commands:
- "-chdir=infrastructure fmt -diff -check"
when:
event:
- pull_request