Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Jan 6, 2025
1 parent 41e56c0 commit 0633453
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs-fmt-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
go-version: '1.20.x'
cache-dependency-path: tests/go.sum

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: latest
terraform_wrapper: false

- name: Install tools
run: make tools

Expand Down

0 comments on commit 0633453

Please sign in to comment.