14 lines
192 B
YAML
14 lines
192 B
YAML
|
branches:
|
||
|
exclude: [ main ]
|
||
|
|
||
|
platform: 'linux/amd64'
|
||
|
|
||
|
pipeline:
|
||
|
lint:
|
||
|
image: 'chewingbever/vlang:latest'
|
||
|
pull: true
|
||
|
commands:
|
||
|
- make lint
|
||
|
when:
|
||
|
event: [ push ]
|