mirror of
https://github.com/go-task/task.git
synced 2025-12-25 07:59:28 +01:00
- this makes it impossible to import these packages outside Task - as a side effect, it makes the root directory cleaner
10 lines
133 B
YAML
10 lines
133 B
YAML
GIT_COMMIT:
|
|
sh: git log -n 1 --format=%h
|
|
|
|
GO_PACKAGES:
|
|
.
|
|
./cmd/task
|
|
./internal/args
|
|
./internal/execext
|
|
./internal/status
|