diff options
| author | Paul Bütow <1224732+snonux@users.noreply.github.com> | 2025-06-21 10:09:22 +0300 |
|---|---|---|
| committer | Paul Bütow <1224732+snonux@users.noreply.github.com> | 2025-06-21 10:09:22 +0300 |
| commit | a60646f188ed3f89801e81b98c8371e7a0d4ce65 (patch) | |
| tree | 17d0fd23a5bd72fd168e1d98a49763b9391b2acc /Taskfile.yaml | |
| parent | 5b7bca45242ef50828f84a1b0dbaf36984c9aba9 (diff) | |
Add install-taskwarrior target
Diffstat (limited to 'Taskfile.yaml')
| -rw-r--r-- | Taskfile.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml index 6400005..eaec212 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -10,3 +10,6 @@ tasks: test: cmds: - go test ./... + install-taskwarrior: + cmds: + - go install github.com/taskwarrior/taskwarrior@latest |
