Skip to content

ignore template changes in repository lifecycle (#10) #32

ignore template changes in repository lifecycle (#10)

ignore template changes in repository lifecycle (#10) #32

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: .