Skip to content

Commit

Permalink
move terraform fmt to lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cliftonHPE committed Dec 4, 2024
1 parent eab7deb commit 03f380b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint-test-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,11 @@ jobs:
files: ./pkg/config-api-client/.coverage,.coverage
flage: client,provider
fail_ci_if_error: true

- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 0.13.7

- name: Terraform Formatting Check
run: terraform fmt -recursive -check
23 changes: 0 additions & 23 deletions .github/workflows/terraform.yaml

This file was deleted.

0 comments on commit 03f380b

Please sign in to comment.