Skip to content

Commit e63eccb

Browse files
committed
fix formatting
1 parent 20a21d3 commit e63eccb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/terraform.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,5 @@ jobs:
5656
- uses: actions/checkout@v2
5757
- name: terraform init
5858
run: terraform init -get -backend=false -input=false
59-
- if: contains(matrix.terraform, '1.1.')
60-
name: check terraform formatting
61-
run: terraform fmt -recursive -check=true -write=false
62-
- if: contains(matrix.terraform, 'latest') # check formatting for the latest release but avoid failing the build
63-
name: check terraform formatting
64-
run: terraform fmt -recursive -check=true -write=false
65-
continue-on-error: true
6659
- name: validate terraform011
6760
run: terraform validate

0 commit comments

Comments
 (0)