Skip to content

Merge pull request #5 from truefoundry/restrict-gcp-sa-permissions #18

Merge pull request #5 from truefoundry/restrict-gcp-sa-permissions

Merge pull request #5 from truefoundry/restrict-gcp-sa-permissions #18

Workflow file for this run

name: 'Terraform formatting'
on:
pull_request:
push:
branches:
- main
jobs:
fmt:
name: Terraform FMT
runs-on: ubuntu-latest
container:
image: hashicorp/terraform:latest
steps:
- uses: actions/checkout@v2
- run: terraform fmt --recursive --diff -check=true