Skip to content

fix(ci): split SDK checks#16

Merged
samzong merged 1 commit into
mainfrom
fix/ci-workflow-split
Jul 3, 2026
Merged

fix(ci): split SDK checks#16
samzong merged 1 commit into
mainfrom
fix/ci-workflow-split

Conversation

@samzong

@samzong samzong commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Fix release workflow YAML parsing by avoiding an unindented heredoc.
  • Split the check workflow into source, TypeScript, Go, Rust, and Python jobs while keeping make check behavior intact through grouped scripts/check.mjs arguments.

Scope Check

  • Stays within the v0.1 bundled-skill installer boundary.
  • Does not add marketplace, registry, remote install, script execution, GUI, MCP server, or agent runtime behavior.
  • No golden case update required; this changes CI only.
  • No spec/hosts.json changes; host constants unchanged.

Verification

  • actionlint
  • node scripts/check.mjs source
  • node scripts/check.mjs typescript
  • node scripts/check.mjs go
  • node scripts/check.mjs rust
  • node scripts/check.mjs python
  • make check

Signed-off-by: samzong <samzong.lu@gmail.com>
@samzong samzong force-pushed the fix/ci-workflow-split branch from 9fc4ff3 to 9ad9e47 Compare July 3, 2026 03:42
@samzong samzong merged commit 67f5592 into main Jul 3, 2026
22 checks passed
@samzong samzong deleted the fix/ci-workflow-split branch July 3, 2026 06:32
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