Skip to content

Commit

Permalink
Fix end-of-line linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikeyan.b2 committed Jun 16, 2024
1 parent 43a2fdc commit aa34dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc.
- name: Terraform Init
run: terraform init

# Checks that all Terraform configuration files adhere to a canonical format
- name: Terraform Format
run: terraform fmt -check
Expand Down

0 comments on commit aa34dfb

Please sign in to comment.