chore(ci): refactor ci configs a bit

This commit is contained in:
Jef Roosens 2022-09-15 13:42:49 +02:00
parent 95d32e2d51
commit 847d77b2bc
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
10 changed files with 28 additions and 10 deletions

16
.woodpecker/lint.yml Normal file
View file

@ -0,0 +1,16 @@
variables:
- &vlang_image 'chewingbever/vlang:0.3'
# These checks already get performed on the feature branches
branches:
exclude: [ main ]
platform: 'linux/amd64'
pipeline:
lint:
image: *vlang_image
pull: true
commands:
- make lint
when:
event: [ pull_request ]