vieter/.woodpecker/.lint.yml

18 lines
318 B
YAML
Raw Normal View History

2022-01-13 14:29:43 +00:00
# These checks already get performed on the feature branches
branches:
exclude: [ main, dev ]
platform: linux/amd64
2022-01-13 14:29:43 +00:00
2022-01-13 12:40:33 +00:00
pipeline:
lint:
image: 'chewingbever/vlang:latest'
2022-01-14 20:02:34 +00:00
group: lint
2022-01-13 12:40:33 +00:00
commands:
2022-01-13 13:33:06 +00:00
- make lint
2022-01-14 20:02:34 +00:00
vet:
image: 'chewingbever/vlang:latest'
group: lint
commands:
- make vet