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