Skip to content

Commit

Permalink
feat: make lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Jan 20, 2025
1 parent 40c2092 commit 32a03e7
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 @@ -51,3 +51,6 @@ build-example-go:

run-example-go: build-example-go
$(BUILD_PATH)/example-go

lint:
golangci-lint run

0 comments on commit 32a03e7

Please sign in to comment.