Skip to content

Commit

Permalink
ci: add Make target to run code formatters
Browse files Browse the repository at this point in the history
Signed-off-by: VirtualTam <[email protected]>
  • Loading branch information
virtualtam committed Dec 1, 2024
1 parent c6580e6 commit 037da88
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 @@ -14,6 +14,9 @@ lint:
golangci-lint run ./...
.PHONY: lint

format: copywrite format-sql
.PHONY: format

cover:
go test -coverprofile=coverage.out ./...
.PHONY: cover
Expand Down

0 comments on commit 037da88

Please sign in to comment.