Skip to content

Adding the updates to the backend-api and frontend #794

Adding the updates to the backend-api and frontend

Adding the updates to the backend-api and frontend #794

Workflow file for this run

# https://github.com/hashicorp/setup-terraform
name: Terraform validation
on:
- push
- pull_request
jobs:
terraform-fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.5.7" # Cloud Shell version
- name: terraform fmt
id: fmt
run: terraform fmt -check -recursive