Skip to content

Add CI job for JSON schema validation - #139

Merged
MarshallOfSound merged 1 commit into
mainfrom
claude/add-schema-validation-ci-011CUcRhByYhqf9koDfsLFDA
Oct 30, 2025
Merged

Add CI job for JSON schema validation#139
MarshallOfSound merged 1 commit into
mainfrom
claude/add-schema-validation-ci-011CUcRhByYhqf9koDfsLFDA

Conversation

@MarshallOfSound

Copy link
Copy Markdown
Contributor

Add a new validate-schemas job to the CI workflow that ensures the committed JSON schemas in the schemas/ directory are up-to-date with the schema generation script. This prevents drift between the source code and generated schemas.

The job:

  • Runs the schema generation script (yarn build:schema)
  • Checks if any schemas were modified
  • Fails if changes are detected, prompting developers to regenerate and commit the schemas

🤖 Generated with Claude Code

Add a new validate-schemas job to the CI workflow that ensures the
committed JSON schemas in the schemas/ directory are up-to-date with
the schema generation script. This prevents drift between the source
code and generated schemas.

The job:
- Runs the schema generation script (yarn build:schema)
- Checks if any schemas were modified
- Fails if changes are detected, prompting developers to regenerate
  and commit the schemas

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@MarshallOfSound
MarshallOfSound requested a review from a team October 30, 2025 00:28
@MarshallOfSound
MarshallOfSound merged commit 406e7bb into main Oct 30, 2025
7 checks passed
@MarshallOfSound
MarshallOfSound deleted the claude/add-schema-validation-ci-011CUcRhByYhqf9koDfsLFDA branch November 1, 2025 20:58
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.

3 participants