vieter/.woodpecker/.lint.yml

10 lines
186 B
YAML

# These checks already get performed on the feature branches
branches:
exclude: [ main, dev ]
pipeline:
lint:
image: 'chewingbever/vlang:latest'
commands:
- make lint