mirror of
https://github.com/go-task/task.git
synced 2025-11-06 09:09:13 +02:00
16 lines
270 B
YAML
16 lines
270 B
YAML
GIT_COMMIT:
|
|
sh: git log -n 1 --format=%h
|
|
|
|
GO_PACKAGES:
|
|
.
|
|
./cmd/task
|
|
./internal/args
|
|
./internal/compiler
|
|
./internal/compiler/v1
|
|
./internal/compiler/v2
|
|
./internal/execext
|
|
./internal/logger
|
|
./internal/status
|
|
./internal/taskfile
|
|
./internal/templater
|