vieter/.woodpecker.yml

12 lines
173 B
YAML
Raw Normal View History

pipeline:
lint:
image: 'thevlang/vlang:latest'
commands:
2022-01-09 09:30:45 +01:00
- v fmt -verify vieter
build:
image: 'thevlang/vlang:latest'
commands:
2022-01-09 09:30:45 +01:00
- v vieter