Skip to content

chore(deps): update actions/checkout action to v4.1.0 #89

chore(deps): update actions/checkout action to v4.1.0

chore(deps): update actions/checkout action to v4.1.0 #89

Workflow file for this run

name: TFLint
on:
- pull_request
- push
jobs:
tflint:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Set-up TFLint
uses: terraform-linters/setup-tflint@a5a1af8c6551fb10c53f1cd4ba62359f1973746f # v3.1.1
- name: Run TFLint
run: tflint --recursive --format=compact