Skip to content

Commit

Permalink
ci(Makefile): vet command add .PHONY (#3915)
Browse files Browse the repository at this point in the history
  • Loading branch information
imalasong committed Apr 2, 2024
1 parent c964ad3 commit 56dc72c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ fmt-check:
exit 1; \
fi;

.PHONY: vet
vet:
$(GO) vet $(VETPACKAGES)

Expand Down

0 comments on commit 56dc72c

Please sign in to comment.