Skip to content

Commit 22f3929

Browse files
committed
add missing terraform for ubuntu 24.04 runner
1 parent 1f32d50 commit 22f3929

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,25 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
15+
16+
# https://github.com/hashicorp/setup-terraform
17+
- uses: hashicorp/setup-terraform@v3
18+
1519
- name: Init
1620
run: terraform init
1721
- name: Validate
1822
run: terraform validate
1923
- name: Formatting
2024
run: terraform fmt -recursive -check -diff -no-color
25+
2126
# https://github.com/marketplace/actions/setup-tflint
2227
- name: Lint
2328
uses: terraform-linters/setup-tflint@v4
2429
with:
2530
tflint_version: latest
2631
- id: tflint
2732
run: tflint --recursive --format compact
33+
2834
# https://github.com/marketplace/actions/tfsec-action
2935
- name: tfsec
3036
uses: aquasecurity/tfsec-action@v1.0.3

0 commit comments

Comments
 (0)