Skip to content

all the remaining variables + branch_protection config #4

all the remaining variables + branch_protection config

all the remaining variables + branch_protection config #4

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