vieter/.woodpecker/lint.yml

17 lines
299 B
YAML

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 ]