Skip to content

Commit

Permalink
Fixes tflint flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ckdake committed Aug 3, 2023
1 parent e75576e commit f36f6b4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tflint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
tflint_version: v0.46.1
- name: Initialize tflint
run: |
find tenants/ -type f -name 'main.tf' -exec \
bash -c 'for f; do tflint --init $(dirname "$f"); done' _ {} +
cd tenants/management && tflint --init
- name: Run tflint
run: |
find tenants/ -type f -name 'main.tf' -exec \
bash -c 'for f; do tflint -f compact $(dirname "$f"); done' _ {} +
cd tenants/management && tflint -f compact

0 comments on commit f36f6b4

Please sign in to comment.