mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 11:57:50 +02:00
Update pre-commit.yml to install make format dependencies
This commit is contained in:
parent
c93fcbb8e2
commit
2a71e0744f
2
.github/workflows/pre-commit.yml
vendored
2
.github/workflows/pre-commit.yml
vendored
@ -19,6 +19,8 @@ jobs:
|
|||||||
|
|
||||||
go install honnef.co/go/tools/cmd/staticcheck@latest
|
go install honnef.co/go/tools/cmd/staticcheck@latest
|
||||||
go install github.com/kisielk/errcheck@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
|
- uses: pre-commit/action@v3.0.0
|
||||||
with:
|
with:
|
||||||
extra_args: --all-files
|
extra_args: --all-files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user