Skip to content

Commit 5079ba4

Browse files
committed
first draft
1 parent 6b9d8e5 commit 5079ba4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.drone.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
kind: pipeline
2+
name: default
3+
4+
steps:
5+
- name: test
6+
image: golang
7+
commands:
8+
- curl -sL https://taskfile.dev/install.sh | sh
9+
- task test

0 commit comments

Comments
 (0)