mirror of
https://github.com/go-task/task.git
synced 2026-06-23 12:45:52 +00:00
15 lines
245 B
YAML
15 lines
245 B
YAML
GIT_COMMIT:
|
|
sh: git log -n 1 --format=%h
|
|
|
|
GO_PACKAGES:
|
|
.
|
|
./cmd/task
|
|
./internal/args
|
|
./internal/compiler
|
|
./internal/compiler/v1
|
|
./internal/execext
|
|
./internal/logger
|
|
./internal/status
|
|
./internal/taskfile
|
|
./internal/templater
|