Skip to content

ci: split verification workflow checks - #34

Merged
ubugeeei merged 1 commit into
mainfrom
codex/split-ci-workflow
May 18, 2026
Merged

ci: split verification workflow checks#34
ubugeeei merged 1 commit into
mainfrom
codex/split-ci-workflow

Conversation

@ubugeeei

Copy link
Copy Markdown
Member

Summary

  • split the CI workflow into Web Check, Rust Check, and Build Packages and Apps jobs
  • gate the heavier build job behind cheaper web/Rust validation to reduce wasted runner time on obvious failures
  • keep pinned actions, explicit runners, scoped permissions, timeouts, and Node 24 runtime configuration intact

Verification

  • vp check .github/README.md .github/workflows/ci.yml
  • go run github.com/rhysd/actionlint/cmd/actionlint@v1.7.12 -color
  • git diff --check
  • vp run web:check
  • vp run rust:check && cargo test --workspace
  • vp run workspace:build

Closes #33

@ubugeeei
ubugeeei merged commit 2d52e72 into main May 18, 2026
3 checks passed
@ubugeeei
ubugeeei deleted the codex/split-ci-workflow branch May 18, 2026 05:31
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.

ci: split verification workflow into granular checks

1 participant