Update pre-commit.yml to install make format dependencies

This commit is contained in:
David Dworken 2024-08-11 16:12:46 -07:00 committed by GitHub
parent c93fcbb8e2
commit 2a71e0744f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,8 @@ jobs:
go install honnef.co/go/tools/cmd/staticcheck@latest
go install github.com/kisielk/errcheck@latest
go install mvdan.cc/gofumpt@latest
go install github.com/daixiang0/gci@latest
- uses: pre-commit/action@v3.0.0
with:
extra_args: --all-files