From 70ab2c3567bf8357e90898e6f4a36b86bc2095e5 Mon Sep 17 00:00:00 2001 From: Piasecki-grid Date: Mon, 31 Mar 2025 11:42:20 +0200 Subject: [PATCH] Adding fmt and check --- .github/workflows/setup-infra-pipeline.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/setup-infra-pipeline.yml b/.github/workflows/setup-infra-pipeline.yml index 056ad45e7..22cb17c6c 100644 --- a/.github/workflows/setup-infra-pipeline.yml +++ b/.github/workflows/setup-infra-pipeline.yml @@ -62,11 +62,11 @@ jobs: git push - # - name: Terraform Format & Validate - # run: | - # cd cicd/grid-capstone-terraform-infra - # terraform fmt -check - # terraform validate + - name: Terraform Format & Validate + run: | + cd cicd/grid-capstone-terraform-infra + terraform fmt -check + terraform validate - name: Terraform Apply