Skip to content

Commit

Permalink
fix: add missing pre-commit deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlcn-t committed May 6, 2024
1 parent 025d39c commit 02d8497
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: |
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
- name: Run pre-commit
uses: pre-commit/[email protected]
Expand Down

0 comments on commit 02d8497

Please sign in to comment.