📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-08-14 17:16:04 +08:00
parent ad5eeaaf5b
commit 14e7209e78
283 changed files with 201717 additions and 13469 deletions
+9 -7
View File
@@ -8,8 +8,11 @@ on:
- 'cli/assets/data/**'
- 'cli/assets/scripts/**'
- 'scripts/validate-csv.py'
- 'scripts/evaluate-relevance.py'
- 'scripts/relevance_metrics.py'
- 'scripts/smoke-stacks.sh'
- 'scripts/smoke-domains.sh'
- 'cli/package.json'
- '.github/workflows/smoke-stacks.yml'
push:
branches: [main]
@@ -26,11 +29,10 @@ jobs:
with:
python-version: '3.x'
- name: Validate CSV structure
run: python3 scripts/validate-csv.py
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Run domain smoke test
run: bash scripts/smoke-domains.sh
- name: Run stack smoke test
run: bash scripts/smoke-stacks.sh
- name: Run aggregate offline data gate
run: npm --prefix cli run verify:data