docker/.woodpecker/.lint.yml

14 lines
192 B
YAML
Raw Normal View History

2022-06-18 20:58:53 +02:00
branches:
exclude: [ main ]
platform: 'linux/amd64'
pipeline:
lint:
image: 'chewingbever/vlang:latest'
pull: true
commands:
- make lint
when:
event: [ push ]