This repository has been archived on 2024-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
core-old/Makefile
2022-07-24 14:06:31 +02:00

11 lines
303 B
Makefile

.PHONY: install
install:
# install required tools
cd ./internal/tools && go install \
github.com/golangci/golangci-lint/cmd/golangci-lint \
github.com/maxbrunsfeld/counterfeiter/v6
# install git hooks
pre-commit install --hook-type pre-commit
pre-commit install --hook-type commit-msg