Skip to content
This repository was archived by the owner on May 24, 2026. It is now read-only.

Enforce integrity validation in CI#13

Merged
GsCommand merged 1 commit into
mainfrom
codex/add-validate-integrity-to-ci-workflow
Mar 19, 2026
Merged

Enforce integrity validation in CI#13
GsCommand merged 1 commit into
mainfrom
codex/add-validate-integrity-to-ci-workflow

Conversation

@GsCommand
Copy link
Copy Markdown
Contributor

Motivation

  • Ensure the CI validation workflow enforces the full release-critical path so schema, example, checksum, and integrity drift are detected on pushes and pull requests and a PR cannot merge with integrity regression.

Description

  • Add npm run validate:integrity to .github/workflows/validate.yml before checksum generation and adjust the checksum diff invocation to git diff --exit-code -- checksums.txt to avoid path ambiguity.

Testing

  • Ran npm run validate:schemas, npm run validate:examples, npm run validate:integrity, and npm run generate:checksums && git diff --exit-code -- checksums.txt locally and all commands completed successfully.

Codex Task

@GsCommand GsCommand merged commit faec387 into main Mar 19, 2026
1 check passed
@GsCommand GsCommand deleted the codex/add-validate-integrity-to-ci-workflow branch March 20, 2026 01:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant