Files
homelab-terraform/.drone.yml
Tim Unkrig fd7a2b7d9d
Some checks failed
continuous-integration/drone Build is failing
changed event in drone
2023-10-27 11:10:45 +02:00

17 lines
259 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