Revert "ci: run go checks in pre-commit.ci"

This reverts commit 0ce2055c51.
This commit is contained in:
Gabriel Augendre 2024-03-27 23:07:11 +01:00
parent 0ce2055c51
commit da0fa3f168
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,6 @@
ci:
skip: [golangci-lint-full]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0

View file

@ -4,5 +4,4 @@ lint:
.PHONY: test
test:
go mod download
go test -race -v ./...