feat: Add CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
PapaTutuWawa 2022-09-18 14:00:36 +02:00
parent 2c27aece68
commit 5e517f1370

6
.woodpecker.yml Normal file
View File

@ -0,0 +1,6 @@
pipeline:
build:
image: golang
commands:
- go get
- go build