Added v vet to CI
Some checks failed
ci/woodpecker/push/builder unknown status
ci/woodpecker/push/publish unknown status
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/build_arm64 Pipeline was successful

This commit is contained in:
Jef Roosens 2022-01-14 21:02:34 +01:00
parent 82b54622de
commit b7d2d0e97d
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
2 changed files with 11 additions and 0 deletions

View file

@ -60,6 +60,10 @@ lint:
fmt:
$(V) fmt -w $(SRC_DIR)
.PHONY: vet
vet:
$(V) vet -W $(SRC_DIR)
# Pulls & builds my personal build of the v compiler, required for this project to function
.PHONY: customv
customv: