Skip to content

Commit 022a515

Browse files
authored
Merge pull request #82 from philips-labs/npalm-patch-1
ci: run formatting check for examples
2 parents 30ab786 + c44b85f commit 022a515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: init terraform example
4242
run: terraform init -get -backend=false -input=false
4343
- name: check formatting
44-
if: ${{ matrix.terraform == '0.14.5' }}
44+
if: ${{ matrix.terraform == '1.0.0' }}
4545
run: terraform fmt -recursive -check=true -write=false
4646
- name: validate terraform
4747
run: terraform validate

0 commit comments

Comments
 (0)