deps) run in parallel and are not guaranteed to run in order. To run tasks serially in a specific order, use cmds with task: references instead.
Taskfile.yml
By listing tasks under
cmds with task: references, each task is executed sequentially — lint will always complete before build, and build before test.