feat: CI/CD updates for monorepo migration (Phase 6)#41
Merged
takaokouji merged 5 commits intomainfrom Jan 26, 2026
Merged
Conversation
- Created root-level ci-cd.yml and commitlint.yml - Integrated scratch-gui and scratch-vm tests into a unified workflow - Set up deployment to smalruby.app for develop/main/master branches - Updated smalruby3-editor submodule reference to include new CI scripts Closes #40 🤖 Generated with [Gemini Code](https://gemini.google.com/code) Co-Authored-By: Gemini <noreply@google.com>
🤖 Generated with [Gemini Code](https://gemini.google.com/code) Co-Authored-By: Gemini <noreply@google.com>
…est result filenames 🤖 Generated with [Gemini Code](https://gemini.google.com/code) Co-Authored-By: Gemini <noreply@google.com>
…lenames 🤖 Generated with [Gemini Code](https://gemini.google.com/code) Co-Authored-By: Gemini <noreply@google.com>
…T_OUTPUT_FILE) 🤖 Generated with [Gemini Code](https://gemini.google.com/code) Co-Authored-By: Gemini <noreply@google.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
This PR implements Phase 6 of the monorepo migration by consolidating and updating the CI/CD workflows.
Changes
.github/workflows/ci-cd.ymland.github/workflows/commitlint.yml.scratch-guiandscratch-vminto a single workflow.smalruby.appfordevelop,main, andmasterbranches.gui/smalruby3-editorsubmodule reference to include necessary CI scripts (see feat: add root-level scripts for monorepo CI/CD integration smalruby3-editor#23).gui/smalruby3-editor/package.jsonfor workspace-specific operations.Tasks Covered
Closes #40
🤖 Generated with Gemini Code