1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2025-06-30 23:23:40 +02:00

Add '.PHONY' label for 'tools' target

This commit is contained in:
Vasiliy Vasilyuk
2024-06-30 23:10:58 +03:00
parent ca16e02007
commit bfd3d587d9

View File

@ -30,6 +30,7 @@ test-env-down: ## Down and cleanup test environment.
lint: tools ## Check the project with lint.
@golangci-lint run --fix ./...
.PHONY: tools
tools: ## Install all needed tools, e.g.
@go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2