vieter/.woodpecker.yml

12 lines
173 B
YAML
Raw Normal View History

pipeline:
lint:
image: 'thevlang/vlang:latest'
commands:
- v fmt -verify pieter
build:
image: 'thevlang/vlang:latest'
commands:
- v pieter