ci: add checking of pre-commit rules
This commit is contained in:
@@ -12,10 +12,6 @@ repos:
|
||||
rev: 3.0.0
|
||||
hooks:
|
||||
- id: markdownlint
|
||||
- repo: https://github.com/golangci/golangci-lint
|
||||
rev: v1.49.0
|
||||
hooks:
|
||||
- id: golangci-lint
|
||||
- repo: https://gitlab.com/devopshq/gitlab-ci-linter
|
||||
rev: v1.0.3
|
||||
hooks:
|
||||
@@ -33,5 +29,6 @@ repos:
|
||||
- id: go-fmt-goimports
|
||||
- id: go-test
|
||||
- id: go-vet
|
||||
- id: golangci-lint
|
||||
- id: gofumpt
|
||||
- id: staticcheck
|
||||
|
||||
Reference in New Issue
Block a user