Compare commits

..

1 Commits

Author SHA1 Message Date
5e517f1370 feat: Add CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline was successful
2022-09-18 14:00:36 +02:00

6
.woodpecker.yml Normal file
View File

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