milvus/githooks
Xiangyu Wang ca0993c274 Update OWNERS
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
2021-05-30 18:58:47 +08:00
..
pre-commit Fix go format bug 2021-01-05 14:20:45 +08:00
pre-push Publish image using Docker-in-Docker 2020-12-10 15:27:30 +08:00
OWNERS Update OWNERS 2021-05-30 18:58:47 +08:00
README.md Add git-hooks for check code 2020-12-11 11:29:07 +08:00

If you want to use git hooks, you need to install hooks first!

Install git-hooks

export GO111MODULE="on"
go get -u github.com/git-hooks/git-hooks 

Install hooks

run

git hooks install