ci: add linting with V 0.3.2
ci/woodpecker/push/lint Pipeline was successful
Details
ci/woodpecker/push/lint Pipeline was successful
Details
parent
b653f076d4
commit
d4d567240d
|
@ -1,13 +0,0 @@
|
||||||
branches:
|
|
||||||
exclude: [ main ]
|
|
||||||
|
|
||||||
platform: 'linux/amd64'
|
|
||||||
|
|
||||||
pipeline:
|
|
||||||
lint:
|
|
||||||
image: 'chewingbever/vlang:latest'
|
|
||||||
pull: true
|
|
||||||
commands:
|
|
||||||
- make lint
|
|
||||||
when:
|
|
||||||
event: [ push ]
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
branches:
|
||||||
|
exclude: [ main ]
|
||||||
|
|
||||||
|
platform: 'linux/amd64'
|
||||||
|
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: 'git.rustybever.be/chewing_bever/vlang:0.3.2'
|
||||||
|
commands:
|
||||||
|
- make
|
||||||
|
when:
|
||||||
|
event: [ push ]
|
||||||
|
|
||||||
|
lint:
|
||||||
|
image: 'git.rustybever.be/chewing_bever/vlang:0.3.2'
|
||||||
|
commands:
|
||||||
|
- make lint
|
||||||
|
when:
|
||||||
|
event: [ push ]
|
Loading…
Reference in New Issue