fix(ci): restore workflow lint compatibility
CI Workflow Lint / validate-ci-workflow-lint (push) Failing after 14s
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 23s
Validators (Pushes and Pull Requests) / validate-core (push) Has been cancelled

This commit is contained in:
2026-07-13 01:40:43 +09:00
parent f0ae585adc
commit 55a7e63dee
+1 -1
View File
@@ -163,7 +163,7 @@ jobs:
continue
result = subprocess.run(["python3", "tools/verify_wbs_task_v1.py", "--task", task_id], cwd=root)
if result.returncode != 0:
print(f"WARNING: verdict generation skipped for {task_id} (exit={result.returncode})", file=sys.stderr)
print(f"WARNING: verdict generation skipped for {task_id} (exit={result.returncode})")
PY
- name: Validate Quant Engine WBS