vieter/.woodpecker/.lint.yml

13 lines
263 B
YAML
Raw Normal View History

2022-01-13 15:29:43 +01:00
# These checks already get performed on the feature branches
branches:
exclude: [ main ]
platform: 'linux/amd64'
2022-01-13 15:29:43 +01:00
2022-01-13 13:40:33 +01:00
pipeline:
lint:
image: 'git.rustybever.be/chewing_bever/vlang:0.3.1'
2022-01-13 13:40:33 +01:00
commands:
2022-01-13 14:33:06 +01:00
- make lint
when:
event: [ pull_request ]