We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6631c26 commit 04bf3e3Copy full SHA for 04bf3e3
.drone.yml
@@ -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