Add golangci-lint to git pre-push hook
This commit is contained in:
@@ -3,6 +3,9 @@ pre-push:
|
||||
unit-tests:
|
||||
tags: tests
|
||||
run: go test ./...
|
||||
lint:
|
||||
tags: tests
|
||||
run: golangci-lint run
|
||||
|
||||
pre-commit:
|
||||
parallel: false
|
||||
|
||||
Reference in New Issue
Block a user