Skip to content

Commit

Permalink
Merge pull request #486 from Constantin07/update_tflint
Browse files Browse the repository at this point in the history
update tflint
  • Loading branch information
Constantin07 committed Jan 3, 2024
2 parents 3a061a2 + a535c3f commit be671c1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ name: pre-commit

on:
pull_request:
branches: [main]

push:
branches: [main]

workflow_dispatch:

env:
terraform_version: 1.6.6
tflint_version: v0.49.0
tflint_version: v0.50.0

jobs:
pre-commit:
Expand All @@ -26,7 +29,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.tflint.d/plugins
key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }}
key: tflint-${{ hashFiles('.tflint.hcl') }}

- name: Setup TFLint
uses: terraform-linters/setup-tflint@v4
Expand Down

0 comments on commit be671c1

Please sign in to comment.