We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480b8b0 commit f568fcbCopy full SHA for f568fcb
1 file changed
.github/workflows/ci.yaml
@@ -8,15 +8,19 @@ jobs:
8
check-formatting:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: hashicorp/setup-terraform@v3
12
+
13
+ - uses: actions/checkout@v5
14
15
- name: Check formatting
16
run: terraform fmt -check
17
18
validate-module:
19
20
21
22
23
24
25
- name: Run terraform init
26
run: terraform init
0 commit comments