chore(ci): use golangci-lint-action (#1477)

Signed-off-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>
This commit is contained in:
Matthieu MOREL
2021-12-08 00:06:09 +01:00
committed by GitHub
parent 1beb476da9
commit ff2c55e323
2 changed files with 17 additions and 6 deletions

View File

@ -23,7 +23,7 @@ lint:
$(info ******************** running lint tools ********************)
golangci-lint run -v
test: install_deps lint
test: install_deps
$(info ******************** running tests ********************)
richgo test -v ./...