Archived
change terraform fmt command to run format and not check it.
This commit is contained in:
@@ -36,8 +36,8 @@ jobs:
|
|||||||
- name: Go tests
|
- name: Go tests
|
||||||
run: go test ./...
|
run: go test ./...
|
||||||
|
|
||||||
- name: Terraform fmt check
|
- name: Terraform fmt
|
||||||
run: terraform fmt -check -recursive examples
|
run: terraform fmt -recursive examples
|
||||||
|
|
||||||
- name: Repository quality gate
|
- name: Repository quality gate
|
||||||
run: ./scripts/check.sh
|
run: ./scripts/check.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user