Skip to content

Commit

Permalink
add github actions for tf lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
umeshkumhar committed Mar 6, 2024
1 parent 52f2a21 commit 8d36de7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.5.7"

- name: Terraform fmt
id: fmt
run: terraform fmt -check
run: terraform fmt -check -recursive
continue-on-error: false

- name: Terraform Validate
Expand Down

0 comments on commit 8d36de7

Please sign in to comment.