This repository has been archived on 2026-01-06. You can view files and clone it, but cannot push or open issues/pull-requests.
|
# These checks already get performed on the feature branches
|
|
branches:
|
|
exclude: [ main, dev ]
|
|
platform: linux/amd64
|
|
|
|
pipeline:
|
|
lint:
|
|
image: 'chewingbever/vlang:latest'
|
|
pull: true
|
|
commands:
|
|
- make lint
|