ci: add checking of pre-commit rules

This commit is contained in:
2022-09-30 23:46:11 +02:00
parent cfb7cc4f2f
commit 757dbe4349
2 changed files with 20 additions and 4 deletions
+1 -4
View File
@@ -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