Skip to content

Commit

Permalink
ci: fix fmt action
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Oct 14, 2022
1 parent 0f90953 commit 6a694ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
fmt:
runs-on: ubuntu-latest
steps:
- name: Checkout code into workspace directory
uses: actions/checkout@v2
- name: Terraform fmt
uses: hashicorp/setup-terraform@v2
- run: terraform fmt -recursive .
Expand Down

0 comments on commit 6a694ad

Please sign in to comment.