ci: unify workflow shape (matches objects)#1
Merged
Conversation
Five parallel jobs (lint, generate-check, rust-test, handoff-test, ts-test) with distinct rust-cache slots. Vendors the same .github/actions/setup-rust composite that landed in objects#2 — byte identical, intentionally. Also fixes generate-check: the diff path was sdk/ts/src/types.ts (a path that doesn't exist in this repo); the real generated output is sdk/ts/kv/src/types.ts. That bug is why generate-check failures were silent under the old shape. deny.toml + security.yml mirror objects': cargo-deny on a weekly schedule, opens an issue on regression instead of blocking PRs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…ting Mirrors objects/sdk/ts/scripts/generate-types.mjs: openapi-typescript emits 4-space TS, dprint fmt normalizes to 2-space. Without this, generate:types output drifts from the committed 2-space file every regenerate. The new generate-check job in ci.yml surfaced this — the old ci.yml diffed sdk/ts/src/types.ts (a path that doesn't exist here), so git diff --exit-code returned 0 and the drift was invisible. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Target: ≤6m cold.
Test plan
🤖 Generated with Claude Code