Skip to content

Commit

Permalink
fix: specify helm-docs install ref
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlcn-t committed May 6, 2024
1 parent 3cf089c commit 5eeb8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.58.0
go install mvdan.cc/gofumpt@latest
go install github.com/matryer/moq@latest
go install github.com/norwoodj/helm-docs/cmd/helm-docs@latest
go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.13.1
- name: Run pre-commit
uses: pre-commit/[email protected]
Expand Down

0 comments on commit 5eeb8cb

Please sign in to comment.