Skip to content

Commit

Permalink
chore: add lint command to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed May 28, 2023
1 parent ce96acc commit 24fc79e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ all:
go test -cover ./...
go install ./...

lint:
go mod tidy
go mod verify
golangci-lint run

test:
go mod tidy
go test -v --coverprofile=coverage.out ./...
Expand Down

0 comments on commit 24fc79e

Please sign in to comment.