ci: setup woodpecker

Since the main repository lives inside Treehouse now, use its CI system.
The GitHub action will probably exist as I plan to mirror the repository
there.
main
Aydin Mercan 2021-12-05 17:17:28 +03:00
parent 47058098a0
commit e4dc97a0ec
No known key found for this signature in database
1 changed files with 6 additions and 0 deletions

6
.woodpecker.yml Normal file
View File

@ -0,0 +1,6 @@
pipeline:
test:
image: alpine
commands:
- apk add -U --no-cache go
- go test -v -race ./...