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