Skip to content

Commit

Permalink
updated formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Taheer Rahim committed Sep 3, 2024
1 parent 92efc2a commit 740b87c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
terraform-checks:
runs-on: ubuntu-latest
steps:
steps:
- uses: actions/checkout@v3
- name: Setup terraform
uses: hashicorp/setup-terraform@v2
Expand All @@ -29,4 +29,4 @@ jobs:
terraform validate
- name: Run terraform tflint
run: |
tflint --chdir=terraform/ --recursive
tflint --chdir=terraform/ --recursive

0 comments on commit 740b87c

Please sign in to comment.