ci: add linting with V 0.3.2
All checks were successful
ci/woodpecker/push/lint Pipeline was successful

This commit is contained in:
Jef Roosens 2022-11-01 20:17:05 +01:00
parent b653f076d4
commit d4d567240d
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
2 changed files with 19 additions and 13 deletions

View file

@ -1,13 +0,0 @@
branches:
exclude: [ main ]
platform: 'linux/amd64'
pipeline:
lint:
image: 'chewingbever/vlang:latest'
pull: true
commands:
- make lint
when:
event: [ push ]

19
.woodpecker/lint.yml Normal file
View file

@ -0,0 +1,19 @@
branches:
exclude: [ main ]
platform: 'linux/amd64'
pipeline:
build:
image: 'git.rustybever.be/chewing_bever/vlang:0.3.2'
commands:
- make
when:
event: [ push ]
lint:
image: 'git.rustybever.be/chewing_bever/vlang:0.3.2'
commands:
- make lint
when:
event: [ push ]