Skip to content

Commit e1b95d9

Browse files
author
Tom Godkin
committed
Mark lint task as phony
1 parent 30b13d3 commit e1b95d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.phony: test check
1+
.phony: test check lint
22

33
check: lint
44
@go vet ./...

0 commit comments

Comments
 (0)