fix: formatting for just the specific folder

This commit is contained in:
Noah Masur 2024-03-24 14:24:09 -04:00
parent 277c400248
commit 16e228b7b0

View File

@ -78,6 +78,7 @@ jobs:
# Checks whether Terraform is formatted properly. If this fails, you # Checks whether Terraform is formatted properly. If this fails, you
# should install the pre-commit hook. # should install the pre-commit hook.
- name: Check Formatting - name: Check Formatting
working-directory: ${{ env.TERRAFORM_DIRECTORY }}
run: | run: |
terraform fmt -no-color -check -diff -recursive terraform fmt -no-color -check -diff -recursive