diff options
Diffstat (limited to 'Taskfile.yaml')
| -rw-r--r-- | Taskfile.yaml | 15 |
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 |
