feat: update makefile

This commit is contained in:
Urko 2023-02-15 19:49:14 +01:00
parent 9a470510a4
commit 6088b91dbd
1 changed files with 5 additions and 1 deletions

View File

@ -1,2 +1,6 @@
lint:
golangci-lint run ./...
golangci-lint run ./...
goreportcard:
goreportcard-cli -v
test:
go test ./...