mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2024-11-21 15:38:08 +01:00
Revert "ci: run go checks in pre-commit.ci"
This reverts commit 0ce2055c51
.
This commit is contained in:
parent
0ce2055c51
commit
da0fa3f168
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
ci:
|
||||
skip: [golangci-lint-full]
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v2.3.0
|
||||
|
|
1
Makefile
1
Makefile
|
@ -4,5 +4,4 @@ lint:
|
|||
|
||||
.PHONY: test
|
||||
test:
|
||||
go mod download
|
||||
go test -race -v ./...
|
||||
|
|
Loading…
Reference in a new issue