add ci
This commit is contained in:
parent
3eca4b2baa
commit
97a414d673
1 changed files with 8 additions and 0 deletions
8
.woodpecker
Normal file
8
.woodpecker
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
steps:
|
||||||
|
build:
|
||||||
|
when:
|
||||||
|
event: [push, pull_request]
|
||||||
|
image: golang
|
||||||
|
commands:
|
||||||
|
- go get
|
||||||
|
- go build
|
Loading…
Reference in a new issue