Skip to content

Merge pull request #3 from truefoundry/added_database_details_to_outputs #8

Merge pull request #3 from truefoundry/added_database_details_to_outputs

Merge pull request #3 from truefoundry/added_database_details_to_outputs #8

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