Skip to content

Commit 32f1b30

Browse files
committed
test review doc action
1 parent 6250b6a commit 32f1b30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/terraform.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ jobs:
4545
run: terraform validate
4646

4747
tflint:
48-
name: runner / tflint
48+
name: tflint
4949
runs-on: ubuntu-latest
5050
steps:
51+
- name: "Checkout"
52+
uses: actions/checkout@v3
5153
- name: tflint
5254
uses: reviewdog/action-tflint@master
5355
with:

0 commit comments

Comments
 (0)