mirror of
https://github.com/github/spec-kit.git
synced 2026-07-04 04:45:43 +08:00
fix(workflows): require project for catalog list (#2436)
This commit is contained in:
@@ -5806,7 +5806,7 @@ def workflow_catalog_list():
|
||||
"""List configured workflow catalog sources."""
|
||||
from .workflows.catalog import WorkflowCatalog, WorkflowCatalogError
|
||||
|
||||
project_root = Path.cwd()
|
||||
project_root = _require_specify_project()
|
||||
catalog = WorkflowCatalog(project_root)
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user