From 15b9840204213759fe0d62d2bb1f2b9983a59fe8 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Sun, 12 Jul 2026 12:30:44 +0900 Subject: [PATCH] ci: regenerate completed WBS verdicts --- .gitea/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a6c4d9ff..4676f5f2 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -107,6 +107,12 @@ jobs: - name: Validate Market Time Series Schema run: python3 tools/validate_market_time_series_schema_v1.py + - name: Generate DONE WBS Verdicts + run: | + for task in QE-M0-01 QE-M0-02 QE-M0-03 QE-M0-04 QE-M0-05 QE-M0-06; do + python3 tools/verify_wbs_task_v1.py --task "$task" + done + - name: Validate Quant Engine WBS run: python3 tools/validate_quant_engine_wbs_v1.py