Skip to content

chore(deps): update terraform-linters/setup-tflint action to v3.1.0 #47

chore(deps): update terraform-linters/setup-tflint action to v3.1.0

chore(deps): update terraform-linters/setup-tflint action to v3.1.0 #47

Workflow file for this run

name: TFLint
on:
- pull_request
- push
jobs:
tflint:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Set-up TFLint
uses: terraform-linters/setup-tflint@3bb7d777f5c38e288977551bc117a79437bdc6fd # v3.1.0
- name: Run TFLint
run: tflint --recursive --format=compact