chore: format vars file
This commit is contained in:
5
.github/workflows/infra-build.yml
vendored
5
.github/workflows/infra-build.yml
vendored
@@ -36,11 +36,14 @@ jobs:
|
||||
- name: Setup Opentofu
|
||||
uses: opentofu/setup-opentofu@v1
|
||||
|
||||
- name: Format vars file
|
||||
run: tofu fmt terraform.auto.tfvars
|
||||
|
||||
- name: Opentofu Init
|
||||
run: tofu init
|
||||
|
||||
- name: Opentofu Format Check
|
||||
run: tofu fmt -check -recursive -exclude terraform.auto.tfvars
|
||||
run: tofu fmt -check -recursive
|
||||
|
||||
- name: Opentofu Validate
|
||||
run: tofu validate
|
||||
|
Reference in New Issue
Block a user