chore: added Makefile & ci linting
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
This commit is contained in:
parent
2c70c62581
commit
f92f73b0ff
3 changed files with 46 additions and 0 deletions
13
.woodpecker/.lint.yml
Normal file
13
.woodpecker/.lint.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
branches:
|
||||
exclude: [ main ]
|
||||
|
||||
platform: 'linux/amd64'
|
||||
|
||||
pipeline:
|
||||
lint:
|
||||
image: 'chewingbever/vlang:latest'
|
||||
pull: true
|
||||
commands:
|
||||
- make lint
|
||||
when:
|
||||
event: [ push ]
|
||||
Reference in a new issue