feat: add CI/CD validation pipeline (DOJ-2447)#3
Conversation
GitHub Actions workflow for automated validation: - shellcheck on all bash scripts - JSON syntax validation for data files - Schema checks for concept-tree and quiz-bank - Concept coverage comparison Closes DOJ-2447 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
🤖 This PR has had no activity for 1+ days. If it's still needed, please:
If it's no longer needed, please close it. — Dojito (automated PR gardener) |
|
Reviewed this in depth and found that the CI workflow did not match the repository's actual JSON structure. In particular, I patched this in my fork because the current account does not have write access to push directly to
What I changed:
Validation: the corrected jq expressions run locally against the current repo data and produce the expected concept/key sets. |
Summary
Test plan
Closes DOJ-2447
🤖 Generated with Claude Code