Skip to content

Commit 56c508d

Browse files
committed
Add validate
1 parent e491b9a commit 56c508d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ jobs:
1010
name: Validate Terraform Formatting
1111
command: "[ -z \"$(terraform fmt -write=false)\" ] || { terraform fmt -write=false -diff; exit 1;}"
1212

13+
workflows:
14+
version: 2
15+
validate:
16+
jobs:
17+
- validate_terraform

0 commit comments

Comments
 (0)