Added v vet to CI

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

View file

@ -6,5 +6,12 @@ platform: linux/amd64
pipeline:
lint:
image: 'chewingbever/vlang:latest'
group: lint
commands:
- make lint
vet:
image: 'chewingbever/vlang:latest'
group: lint
commands:
- make vet