Skip to content

🎨 Lint

🎨 Lint #148

# Generated by cdkactions. Do not modify
# Generated as part of the 'terraform' stack.
name: Lint terraform files
on:
push:
paths:
- terraform/**.tf
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hashicorp/setup-terraform@v1
- run: terraform fmt -check -recursive terraform