2022-09-15 13:42:49 +02:00
|
|
|
variables:
|
2022-11-01 20:54:06 +01:00
|
|
|
- &vlang_image 'git.rustybever.be/chewing_bever/vlang:0.3.2'
|
2022-09-15 13:42:49 +02:00
|
|
|
|
2022-01-13 15:29:43 +01:00
|
|
|
# These checks already get performed on the feature branches
|
|
|
|
branches:
|
2022-05-05 09:35:19 +02:00
|
|
|
exclude: [ main ]
|
|
|
|
platform: 'linux/amd64'
|
2022-01-13 15:29:43 +01:00
|
|
|
|
2022-01-13 13:40:33 +01:00
|
|
|
pipeline:
|
|
|
|
lint:
|
2022-09-15 13:42:49 +02:00
|
|
|
image: *vlang_image
|
2022-01-22 22:12:30 +01:00
|
|
|
pull: true
|
2022-01-13 13:40:33 +01:00
|
|
|
commands:
|
2022-01-13 14:33:06 +01:00
|
|
|
- make lint
|
2022-05-05 09:35:19 +02:00
|
|
|
when:
|
2022-05-05 23:30:54 +02:00
|
|
|
event: [ pull_request ]
|