Skip to content

feat: add CI/CD validation pipeline (DOJ-2447)#3

Open
dbejarano820 wants to merge 1 commit intomainfrom
daniel/doj-2447-ci-cd-pipeline
Open

feat: add CI/CD validation pipeline (DOJ-2447)#3
dbejarano820 wants to merge 1 commit intomainfrom
daniel/doj-2447-ci-cd-pipeline

Conversation

@dbejarano820
Copy link

Summary

  • Created GitHub Actions workflow with shellcheck + JSON validation
  • Added .shellcheckrc with project conventions
  • Schema validation for data files
  • Concept coverage check (warn on mismatches)

Test plan

  • Workflow YAML is valid
  • shellcheck runs on all scripts
  • JSON validation passes for all data files
  • CI runs on PR creation

Closes DOJ-2447

🤖 Generated with Claude Code

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant