Skip to content

terraform file formatting github action #1

terraform file formatting github action

terraform file formatting github action #1

Workflow file for this run

name: Check terraform file formatting
on:
push:
branches:
- '**'
tags-ignore:
- '**'
jobs:
format:
runs-on: ubuntu-latest
name: Check terraform files are formatted correctly
steps:
- name: Checkout
uses: actions/checkout@v3
- name: terraform fmt
uses: dflook/terraform-fmt-check@v1
with:
path: .