Skip to content

Commit c92f1c7

Browse files
committed
ci(terraform-checks/test): add checkout step
1 parent 398ccbf commit c92f1c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/terraform-checks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
name: Test
1313
runs-on: ubuntu-latest
1414
steps:
15+
- name: Checkout
16+
uses: actions/checkout@v4
17+
1518
- name: Setup Terraform
1619
uses: hashicorp/setup-terraform@v3
1720
with:

0 commit comments

Comments
 (0)