Skip to content

ci(release): automate release steps for the minor (#12233) (#12367) #55

ci(release): automate release steps for the minor (#12233) (#12367)

ci(release): automate release steps for the minor (#12233) (#12367) #55

Workflow file for this run

name: Terraform Format
on:
push:
paths:
- '**.tf'
pull_request:
paths:
- '**.tf'
jobs:
terraform-fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
- run: terraform fmt -recursive -check -diff