Skip to content

Commit

Permalink
[update] Makefile: add a phony lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepla committed Jan 30, 2022
1 parent 944dc7d commit 9788d66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ COVERAGE_HTML := .test/cover.html
fmt:
go fmt

.PHONY: lint
lint:
staticcheck

.PHONY: build
build:
go build -o $(BIN)
Expand Down

0 comments on commit 9788d66

Please sign in to comment.