Skip to content

Commit 04bf3e3

Browse files
committed
hook up CI
1 parent 6631c26 commit 04bf3e3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.drone.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
clone:
2+
depth: 1
3+
build:
4+
image: golang
5+
commands:
6+
- go vet
7+
- go test

0 commit comments

Comments
 (0)