Skip to content

Commit

Permalink
ci: fix tf validate action root path
Browse files Browse the repository at this point in the history
  • Loading branch information
sydrawat01 committed Nov 11, 2023
1 parent 1d8d0fe commit 81578dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tf-helm-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- name: Setup `Terraform`
uses: hashicorp/setup-terraform@v2

- name: Enter root tf directory
run: |
cd root
- name: Terraform fmt
id: fmt
run: terraform fmt -check
Expand Down

0 comments on commit 81578dc

Please sign in to comment.