Skip to content

Commit 6250b6a

Browse files
committed
test review doc action
1 parent 584398a commit 6250b6a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/terraform.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,12 @@ jobs:
4343
continue-on-error: true
4444
- name: validate terraform
4545
run: terraform validate
46-
- if: contains(matrix.terraform, '1.3.')
47-
name: tflint
46+
47+
tflint:
48+
name: runner / tflint
49+
runs-on: ubuntu-latest
50+
steps:
51+
- name: tflint
4852
uses: reviewdog/action-tflint@master
4953
with:
5054
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)