Skip to content
This repository was archived by the owner on May 1, 2023. It is now read-only.

Commit cc08d84

Browse files
committed
feat: run fmt and validate in Drone pipeline
1 parent 64235e7 commit cc08d84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.drone.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
kind: pipeline
22
name: aws-networking-readonly
33
steps:
4+
- commands:
5+
- terraform fmt -check
6+
- terraform init
7+
- terraform validate
8+
image: hashicorp/terraform:1.0.9
9+
name: validate
410
- commands:
511
- apk add git
612
- npm install @semantic-release/changelog -D

0 commit comments

Comments
 (0)