ci: add linting with V 0.3.2
ci/woodpecker/push/lint Pipeline was successful Details

v-0.3.2
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 ]

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 ]