Skip to content

Commit

Permalink
Update tflint.yaml
Browse files Browse the repository at this point in the history
add *.hcl files for triggering PR
  • Loading branch information
wallhided authored Oct 12, 2022
1 parent 1c41728 commit 5a22b9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tflint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- '**.tf'
- '**.tfvars'
- '**.tfvars.json'
- '**.hcl'

jobs:

Expand All @@ -29,4 +30,4 @@ jobs:
run: tflint --init

- name: Run TFLint
run: tflint -f compact
run: tflint -f compact

0 comments on commit 5a22b9c

Please sign in to comment.