1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00
Files
task/testdata/run_once_shared_deps/library/Taskfile.yml
Pete Davison 3aaa3223a0 fix: run once in shared dependencies (#1655)
* fix: run once in shared dependencies

* feat: add test
2024-06-28 16:50:02 +01:00

10 lines
113 B
YAML

version: '3'
tasks:
build:
run: once
cmds:
- echo "build library"
sources:
- src/**/*