File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 32
32
- if : contains(matrix.terraform, '1.1.')
33
33
name : check terraform formatting
34
34
run : terraform fmt -recursive -check=true -write=false
35
+ - if : contains(matrix.terraform, 'latest') # check formatting for the latest release but avoid failing the build
36
+ name : check terraform formatting
37
+ run : terraform fmt -recursive -check=true -write=false
35
38
continue-on-error : true
36
39
- name : validate terraform
37
40
run : terraform validate
56
59
- if : contains(matrix.terraform, '1.1.')
57
60
name : check terraform formatting
58
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
59
65
continue-on-error : true
60
- - name : validate terraform
66
+ - name : validate terraform011
61
67
run : terraform validate
You can’t perform that action at this time.
0 commit comments