mirror of
https://github.com/go-task/task.git
synced 2025-12-25 16:09:26 +01:00
* fix(checker): use only one checker at the same time to improve performance * refactor * fix test
17 lines
256 B
YAML
17 lines
256 B
YAML
version: '3'
|
|
|
|
tasks:
|
|
build-checksum:
|
|
sources:
|
|
- ./source.txt
|
|
cmds:
|
|
- echo "{{.CHECKSUM}}"
|
|
|
|
build-ts:
|
|
method: timestamp
|
|
sources:
|
|
- ./source.txt
|
|
cmds:
|
|
- echo '{{.TIMESTAMP.Unix}}'
|
|
- echo '{{.TIMESTAMP}}'
|