Move nix CI jobs to separate workflow - #708
Conversation
🤖 Claude Code ReviewPR: #708 Here's my review of the PR: PR Review: Move Nix CI jobs to separate workflow + Skip script_gen on forksCommits: SummaryTwo changes:
FindingsNo issues (good)
Minor observations:
VerdictLooks good. The changes are clean, correct, and well-structured. The Nix workflow extraction adds proper change detection (which the old inline jobs lacked), reducing unnecessary CI runs. The fork detection for Model: claude-opus-4-6 |
5bd42ea to
f46c9fb
Compare
The 3 nix jobs (lints, build bencher, build api) are fully independent of the main CI pipeline. Extract them into a standalone nix.yml workflow to simplify lint.yml and build.yml.
The 3 nix jobs (lints, build bencher, build api) are fully independent of the main CI pipeline. Extract them into a standalone
nix.ymlworkflow to simplifylint.ymlandbuild.yml.