Skip to content

Merge pull request #2 from truefoundry/updated_zero_values_for_outputs #6

Merge pull request #2 from truefoundry/updated_zero_values_for_outputs

Merge pull request #2 from truefoundry/updated_zero_values_for_outputs #6

Workflow file for this run

name: 'Lint and Clean'
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