2022-01-13 15:29:43 +01:00
|
|
|
# These checks already get performed on the feature branches
|
|
|
|
branches:
|
|
|
|
exclude: [ main, dev ]
|
2022-01-14 19:59:30 +01:00
|
|
|
platform: linux/amd64
|
2022-01-13 15:29:43 +01:00
|
|
|
|
2022-01-13 13:40:33 +01:00
|
|
|
pipeline:
|
|
|
|
lint:
|
|
|
|
image: 'chewingbever/vlang:latest'
|
2022-01-22 22:12:30 +01:00
|
|
|
pull: true
|
2022-01-14 21:02:34 +01:00
|
|
|
group: lint
|
2022-01-13 13:40:33 +01:00
|
|
|
commands:
|
2022-01-13 14:33:06 +01:00
|
|
|
- make lint
|
2022-01-14 21:02:34 +01:00
|
|
|
- make vet
|