1
0
mirror of https://github.com/go-task/task.git synced 2025-03-23 21:29:29 +02:00

18 lines
280 B
YAML
Raw Normal View History

version: '3'
2022-08-23 18:43:04 -03:00
tasks:
default:
sources:
- src/**/*
cmds:
- echo "some job"
2022-08-23 18:43:04 -03:00
test-sym:
cmds:
- echo "shared file source changed" > src/shared/b
2022-08-23 18:43:04 -03:00
reset:
cmds:
- echo "shared file source" > src/shared/b
- echo "file source" > src/a