Skip to content

Merge pull request #10 from truefoundry/artifact-registry-role-refactor #29

Merge pull request #10 from truefoundry/artifact-registry-role-refactor

Merge pull request #10 from truefoundry/artifact-registry-role-refactor #29

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