summaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r--Taskfile.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml
deleted file mode 100644
index 0adfee8..0000000
--- a/Taskfile.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-version: '3'
-
-tasks:
- default:
- cmds:
- - go build -o timr ./cmd/timr
- run:
- cmds:
- - go run ./cmd/timr
- test:
- cmds:
- - go test ./...
- install:
- cmds:
- - go install ./cmd/timr