vieter/.woodpecker/.lint.yml

13 lines
263 B
YAML

# These checks already get performed on the feature branches
branches:
exclude: [ main ]
platform: 'linux/amd64'
pipeline:
lint:
image: 'git.rustybever.be/chewing_bever/vlang:0.3.1'
commands:
- make lint
when:
event: [ pull_request ]