chore: added Makefile & ci linting
All checks were successful
ci/woodpecker/push/lint Pipeline was successful

This commit is contained in:
Jef Roosens 2022-06-18 20:58:53 +02:00
parent 2c70c62581
commit f92f73b0ff
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 46 additions and 0 deletions

13
.woodpecker/.lint.yml Normal file
View 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 ]