Skip to content

Add GHA plugin validation workflow#5

Merged
vijayCarta merged 1 commit intomainfrom
add-gha-validation
Mar 29, 2026
Merged

Add GHA plugin validation workflow#5
vijayCarta merged 1 commit intomainfrom
add-gha-validation

Conversation

@vijayCarta
Copy link
Copy Markdown
Contributor

Summary

  • Copies the plugin validation CI infrastructure from claude-marketplace
  • Validates plugin manifests against JSON schema, checks YAML frontmatter, and verifies marketplace.json registry integrity on every PR

Changes Made

  • .github/workflows/validate.yml — PR workflow that triggers validation on plugin changes
  • .github/scripts/validate-marketplace.py — Checks marketplace.json integrity (source paths, duplicates, orphans, required files)
  • .github/scripts/validate-frontmatter.py — Validates YAML frontmatter in markdown and YAML files
  • .github/schemas/plugin-manifest.schema.json — JSON Schema for plugin.json manifests
  • .yamllint.yml — yamllint configuration for frontmatter validation

Test plan

  • Verify workflow triggers on PRs touching plugin files
  • Confirm validation passes for existing carta-cap-table plugin

🤖 Generated with Claude Code

Copies the plugin validation CI infrastructure from claude-marketplace.
Validates plugin manifests against JSON schema, checks YAML frontmatter,
and verifies marketplace.json registry integrity on every PR.

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

Co-Authored-By: Claude <noreply@anthropic.com>
@vijayCarta vijayCarta requested a review from troyharvey March 29, 2026 01:01
@vijayCarta vijayCarta merged commit 708ea27 into main Mar 29, 2026
1 check passed
@vijayCarta vijayCarta deleted the add-gha-validation branch March 29, 2026 16:06
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.

2 participants