Skip to content

chore(deps): renovate: antonbabenko/pre-commit-terraform to v1.97.0 #68

chore(deps): renovate: antonbabenko/pre-commit-terraform to v1.97.0

chore(deps): renovate: antonbabenko/pre-commit-terraform to v1.97.0 #68

Workflow file for this run

name: TFLint
on:
push:
branches:
- main
- "renovate/**"
pull_request:
jobs:
tflint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
name: Checkout source code
- uses: terraform-linters/setup-tflint@8093687ecc9dcbfa88d07c103ad4176739a7287e # v4
name: Setup TFLint
with:
tflint_version: v0.44.1
- name: Show version
run: tflint --version
- name: Init TFLint
run: tflint --init
env:
# https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/plugins.md#avoiding-rate-limiting
GITHUB_TOKEN: ${{ github.token }}
- name: Run TFLint
run: tflint -f compact