-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Description
Import tasks from other YAML files for better organization.
Proposed Syntax
include:
- .rnr/common.yaml
- .rnr/deploy.yaml
build:
cmd: cargo buildAcceptance Criteria
- Import tasks from specified files
- Handle task name conflicts (error or override?)
- Support relative and absolute paths
- Prevent circular includes