Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Set up terraform
Browse files Browse the repository at this point in the history
Endre Kadas committed Jan 6, 2025
1 parent 649d561 commit b0b761b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
- run: terraform fmt -check

shellcheck:
@@ -24,5 +25,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
- run: terraform init -backend=false
- run: terraform validate

0 comments on commit b0b761b

Please sign in to comment.