fix: readme

This commit is contained in:
Urko. 2023-12-26 10:09:54 +01:00
parent 529b7dd153
commit aca3105039
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
COVERAGE_DIR=coverage
lint:
golangci-lint run ./...
golangci-lint run
goreportcard:
goreportcard-cli -v
test: