diff options
| author | Paul Bütow <1224732+snonux@users.noreply.github.com> | 2025-06-21 10:26:03 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-21 10:26:03 +0300 |
| commit | d23ba9b17742eb99a04f2910688a8a31fb97d759 (patch) | |
| tree | 17d0fd23a5bd72fd168e1d98a49763b9391b2acc | |
| parent | 5b7bca45242ef50828f84a1b0dbaf36984c9aba9 (diff) | |
| parent | a60646f188ed3f89801e81b98c8371e7a0d4ce65 (diff) | |
Merge pull request #74 from snonux/codex/add-taskfile-target-for-taskwarrior-install
Add install-taskwarrior task
| -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 |
