8 lines
123 B
Text
8 lines
123 B
Text
|
steps:
|
||
|
build:
|
||
|
when:
|
||
|
event: [push, pull_request]
|
||
|
image: golang
|
||
|
commands:
|
||
|
- go get
|
||
|
- go build
|