Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 51bb69f

Browse files
author
Amey Bhide
committed
Add missing lint target
1 parent a8e992e commit 51bb69f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ test: build
3131
gotestsum --junitfile $(TESTREPORT) --format standard-verbose -- -cover -v ./...
3232

3333
.PHONY: lint
34+
lint:
3435
golangci-lint run $(GOLANGCI_LINT_ARGS)
3536

3637
.PHONY: clean

0 commit comments

Comments
 (0)