Skip to content

feat: assert metadata.json files are up-to-date in CI validate job#3776

Draft
varadarajan-tw wants to merge 1 commit into
mainfrom
feat/metadata-payload-ci-assert
Draft

feat: assert metadata.json files are up-to-date in CI validate job#3776
varadarajan-tw wants to merge 1 commit into
mainfrom
feat/metadata-payload-ci-assert

Conversation

@varadarajan-tw
Copy link
Copy Markdown
Contributor

Adds the assert-metadata-payload.sh check to the CI validate job. This is PR 4 of 4 — merge last, after PRs 2 and 3.

What

Adds a step to .github/workflows/ci.yml that runs bash scripts/assert-metadata-payload.sh in the validate job, ensuring metadata.json files are always committed and up-to-date.

Series

  • PR 1: CLI command + scripts + workflows (merge first)
  • PR 2: browser destination metadata.json files
  • PR 3: cloud destination metadata.json files
  • PR 4 (this): CI assert step — merge last

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 5, 2026 12:03
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a CI validation guard to ensure generated metadata.json payloads are committed and current, by running an assertion script during the existing validate job.

Changes:

  • Adds a new validate job step to run bash scripts/assert-metadata-payload.sh.

Comment thread .github/workflows/ci.yml
run: bash scripts/assert-types-updated.sh

- name: Assert metadata payloads are up-to-date
run: bash scripts/assert-metadata-payload.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants