From 16e228b7b08cda1b1e6a5f622584cf5825aa5230 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 24 Mar 2024 14:24:09 -0400 Subject: [PATCH] fix: formatting for just the specific folder --- .github/workflows/arrow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/arrow.yml b/.github/workflows/arrow.yml index bdd2c8f..c970a21 100644 --- a/.github/workflows/arrow.yml +++ b/.github/workflows/arrow.yml @@ -78,6 +78,7 @@ jobs: # Checks whether Terraform is formatted properly. If this fails, you # should install the pre-commit hook. - name: Check Formatting + working-directory: ${{ env.TERRAFORM_DIRECTORY }} run: | terraform fmt -no-color -check -diff -recursive