Skip to content

Merge pull request #3 from montblu/fix-vars #6

Merge pull request #3 from montblu/fix-vars

Merge pull request #3 from montblu/fix-vars #6

Workflow file for this run

name: Check terraform file formatting
on: [push]
jobs:
check_format:
runs-on: ubuntu-22.04
name: Check terraform file are formatted correctly
steps:
- name: Checkout
uses: actions/checkout@v3
- name: terraform fmt
uses: dflook/terraform-fmt-check@v1