Skip to content

Add tflint gha workflow #1

Add tflint gha workflow

Add tflint gha workflow #1

Workflow file for this run

name: TFLint
on:
- pull_request
- push
jobs:
tflint:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/[email protected]
- name: Set-up TFLint
uses: terraform-linters/[email protected]
- name: Run TFLint
run: tflint --recursive --format=compact