Add .woodpecker.yml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
simcop2387 2023-09-14 14:28:59 +00:00
parent 172817844d
commit ae179ac9bb

6
.woodpecker.yml Normal file
View file

@ -0,0 +1,6 @@
steps:
backend:
image: golang
commands:
- go build
- go test