ci(Makefile): vet command add .PHONY (#3915)

This commit is contained in:
imalasong 2024-04-02 11:58:00 +08:00 committed by GitHub
parent c964ad370b
commit 56dc72c4d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,6 +42,7 @@ fmt-check:
exit 1; \
fi;
.PHONY: vet
vet:
$(GO) vet $(VETPACKAGES)