Skip to content

Commit f6f6cf8

Browse files
committed
build: add lint target to Makefile
1 parent 5480aef commit f6f6cf8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@ fmt:
2424
vet:
2525
go vet ./...
2626

27+
lint:
28+
golangci-lint run
29+
2730
install:
2831
go install

0 commit comments

Comments
 (0)