mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
* fix(checker): use only one checker at the same time to improve performance * refactor * fix test
17 lines
260 B
YAML
17 lines
260 B
YAML
version: '3'
|
|
|
|
tasks:
|
|
build-checksum:
|
|
sources:
|
|
- ./source.txt
|
|
status:
|
|
- echo "{{.CHECKSUM}}"
|
|
|
|
build-ts:
|
|
method: timestamp
|
|
sources:
|
|
- ./source.txt
|
|
status:
|
|
- echo '{{.TIMESTAMP.Unix}}'
|
|
- echo '{{.TIMESTAMP}}'
|