Skip to content

Commit

Permalink
chore: make fmt check more verbose & run missing init
Browse files Browse the repository at this point in the history
  • Loading branch information
Arminek committed Nov 28, 2023
1 parent 3bce58f commit 5857bb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
terraform fmt -check
terraform fmt --check --diff
terraform_validation:
runs-on: ubuntu-20.04
name: "Validate terraform configuration"
steps:
- uses: actions/checkout@v3
- run: |
terraform init
terraform validate
test:
Expand All @@ -32,4 +33,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
terraform init
terraform test

0 comments on commit 5857bb9

Please sign in to comment.