mirror of
https://github.com/go-task/task.git
synced 2026-06-30 08:04:28 +00:00
12 lines
141 B
YAML
12 lines
141 B
YAML
version: '3'
|
|
|
|
use_gitignore: true
|
|
|
|
tasks:
|
|
build:
|
|
cmds:
|
|
- echo "build executed"
|
|
sources:
|
|
- ./*.txt
|
|
method: checksum
|