This commit is contained in:
2023-10-27 11:05:20 +02:00
parent 412b6b698c
commit 91e046ba91

19
.drone.yml Normal file
View File

@@ -0,0 +1,19 @@
---
kind: pipeline
name: default
type: docker
trigger:
branch:
- main
steps:
- name: Terraform FMT PR
image: hashicorp/terraform:1.5
environment:
command:
- "-chdir=infrastructure fmt -diff -check"
when:
event:
- pull_request