Compare commits

..

2 Commits

Author SHA1 Message Date
Nils Stinnesbeck
2b18e7fadd
added README
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-09-26 12:48:16 +02:00
Nils Stinnesbeck
a9755450f1
test for CI 2022-09-26 12:46:30 +02:00
2 changed files with 9 additions and 0 deletions

6
.woodpecker.yml Normal file
View File

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

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# Status
[![status-badge](https://ci.stinnesbeck.com/api/badges/nils/goCake/status.svg)](https://ci.stinnesbeck.com/nils/goCake)