Skip to content

Commit 523fd6d

Browse files
committed
ci(weekly-refresh): render Tier 0 verification as a markdown table
1 parent 3fa67b0 commit 523fd6d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/weekly-refresh.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Verification band report (Tier 0)
108108
run: |
109109
cd techapi
110-
python -m app.verify score --no-cache > ../verify-report.txt 2>&1 || true
110+
python -m app.verify score --no-cache --format md > ../verify-report.md 2>&1 || true
111111
112112
# --- 3. Static dump → site/public (what the Astro site fetches at runtime) ---
113113
- name: Generate static dump
@@ -127,9 +127,7 @@ jobs:
127127
echo
128128
echo "## Verification (Tier 0 existence/trust)"
129129
echo
130-
echo '```text'
131-
cat verify-report.txt 2>/dev/null || echo "(verifier unavailable)"
132-
echo '```'
130+
cat verify-report.md 2>/dev/null || echo "_verifier unavailable._"
133131
echo
134132
echo "## Enrichment summaries"
135133
for f in enrich-*.md; do

0 commit comments

Comments
 (0)