vieter/.woodpecker/.lint.yml

10 lines
186 B
YAML
Raw Normal View History

2022-01-13 15:29:43 +01:00
# These checks already get performed on the feature branches
branches:
exclude: [ main, dev ]
2022-01-13 13:40:33 +01:00
pipeline:
lint:
image: 'chewingbever/vlang:latest'
commands:
2022-01-13 14:33:06 +01:00
- make lint