Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Testing
  • Loading branch information
AdmiraalA authored Mar 29, 2024
1 parent fd6f5d3 commit 2fa0243
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}

# Check for proper terraform formatting
#- name: Terraform Format
# id: fmt
# run: terraform fmt -check
Check for proper terraform formatting
- name: Terraform Format
id: fmt
run: terraform fmt -check

# Initialize Terraform
- name: Terraform Init
Expand Down

0 comments on commit 2fa0243

Please sign in to comment.