Skip to content

Commit

Permalink
remove duplicated terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Jan 22, 2025
1 parent f1899a4 commit 65d0989
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ jobs:
- name: Run Checkstyle
run: ./gradlew checkstyleMain checkstyleTest

- name: Check Terraform files are properly formatted (run "terraform fmt -recursive" to fix)
run: |
terraform fmt -recursive
git diff --exit-code
validate-terraform:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 65d0989

Please sign in to comment.