Skip to content

Commit 56dc72c

Browse files
authored
ci(Makefile): vet command add .PHONY (#3915)
1 parent c964ad3 commit 56dc72c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ fmt-check:
4242
exit 1; \
4343
fi;
4444

45+
.PHONY: vet
4546
vet:
4647
$(GO) vet $(VETPACKAGES)
4748

0 commit comments

Comments
 (0)