Refactor mt-sync-code.yml to match mt-build.yml structure with shared setup action#95
Draft
Refactor mt-sync-code.yml to match mt-build.yml structure with shared setup action#95
Conversation
Co-authored-by: mmathieum <177998+mmathieum@users.noreply.github.com>
Co-authored-by: mmathieum <177998+mmathieum@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update CI to separate test and lint jobs in workflows
Split test and lint into parallel jobs in mt-sync-code.yml
Jan 29, 2026
mmathieum
reviewed
Jan 29, 2026
Co-authored-by: mmathieum <177998+mmathieum@users.noreply.github.com>
mmathieum
reviewed
Feb 5, 2026
Member
There was a problem hiding this comment.
@copilot please look at .github/workflows/mt-build.yml and re-use ./.github/actions/setup. It's basically the same workflow but with code-sync inputs as true and without the ASSEMBLE job.
Contributor
Author
There was a problem hiding this comment.
Refactored to use ./.github/actions/setup with code-sync: true input in commit 01213c3. The workflow now matches the structure of mt-build.yml but with code-sync enabled and without the ASSEMBLE job (assemble is in the main sync job).
Co-authored-by: mmathieum <177998+mmathieum@users.noreply.github.com>
Copilot
AI
changed the title
Split test and lint into parallel jobs in mt-sync-code.yml
Refactor mt-sync-code.yml to match mt-build.yml structure with shared setup action
Feb 5, 2026
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.
./.github/actions/setupwithcode-sync: trueinputSummary
This PR refactors
mt-sync-code.ymlto match the structure ofmt-build.ymlby:./.github/actions/setupaction withcode-sync: trueto eliminate code duplicationThe workflow maintains all original functionality including code synchronization and the assemble step in the main sync job, while being more maintainable and consistent with other workflows in the repository.
Original prompt
.github/workflows/mt-sync-code.ymlshould splittest_only.shandlint_only.shin different jobs like.github/workflows/mt-build.yml#94💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.