Skip to content

Commit

Permalink
feat: add linting target to Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: devhindo <[email protected]>
  • Loading branch information
devhindo committed Dec 28, 2024
1 parent 37d955e commit bf09d45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,6 @@ coverage:
## Runs unit tests
test: check
go test -failfast --short ./... -race
## Lint check Golang
lint:
golangci-lint run ./...

0 comments on commit bf09d45

Please sign in to comment.