11 lines
324 B
YAML
11 lines
324 B
YAML
# Expected: FAIL
|
|
# Error code: custom
|
|
# Error message: Unknown config variable
|
|
|
|
name: test-workflow
|
|
description: Test workflow with typo in config variable
|
|
author: Test Author
|
|
instructions: "{project-root}/path/instructions.md"
|
|
config_source: "{project-root}/.bmad/config.yaml"
|
|
output_folder: "{config_source}:ouput_folder"
|