Skip to content

enable has_issues by default (#6) #24

enable has_issues by default (#6)

enable has_issues by default (#6) #24

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