Skip to content

Commit 0d73e83

Browse files
committed
fix: add checkout code action in test job
1 parent b571026 commit 0d73e83

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)