Skip to content

Commit

Permalink
Add go install ... terraform-docs@latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mr0re1 committed Oct 4, 2024
1 parent b4bb6c5 commit 658e616
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
env:
# https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/plugins.md#avoiding-rate-limiting
GITHUB_TOKEN: ${{ github.token }}
- uses: actions/setup-go@v5
with:
go-version: '1.23'
check-latest: true
- run: go install github.com/terraform-docs/terraform-docs@latest
- uses: pre-commit/[email protected]
with:
extra_args: --show-diff-on-failure --all-files

0 comments on commit 658e616

Please sign in to comment.