Skip to content

Commit bf09d45

Browse files
committed
feat: add linting target to Makefile
Signed-off-by: devhindo <[email protected]>
1 parent 37d955e commit bf09d45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,6 @@ coverage:
8383
## Runs unit tests
8484
test: check
8585
go test -failfast --short ./... -race
86+
## Lint check Golang
87+
lint:
88+
golangci-lint run ./...

0 commit comments

Comments
 (0)