You've already forked testing-go-code-with-postgres
mirror of
https://github.com/xorcare/testing-go-code-with-postgres.git
synced 2025-07-03 23:30:31 +02:00
Add '.PHONY' label for 'tools' target
This commit is contained in:
1
Makefile
1
Makefile
@ -30,6 +30,7 @@ test-env-down: ## Down and cleanup test environment.
|
|||||||
lint: tools ## Check the project with lint.
|
lint: tools ## Check the project with lint.
|
||||||
@golangci-lint run --fix ./...
|
@golangci-lint run --fix ./...
|
||||||
|
|
||||||
|
.PHONY: tools
|
||||||
tools: ## Install all needed tools, e.g.
|
tools: ## Install all needed tools, e.g.
|
||||||
@go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2
|
@go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user