Skip to content

Commit

Permalink
Add lint to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-turnkey committed Aug 13, 2024
1 parent 76eb5ef commit dd96af4
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 @@ -10,6 +10,10 @@ build:
test:
go test -v ./...

.PHONY: lint
lint:
golangci-lint run --out-format=github-actions ./...

.PHONY: generate
generate: you-need-to-install-go-swagger-check-readme clean
mkdir -p pkg/api
Expand Down

0 comments on commit dd96af4

Please sign in to comment.