Enhance CI workflow with test execution and job updates#923
Open
Shane32 wants to merge 7 commits intomdx-editor:mainfrom
Open
Enhance CI workflow with test execution and job updates#923Shane32 wants to merge 7 commits intomdx-editor:mainfrom
Shane32 wants to merge 7 commits intomdx-editor:mainfrom
Conversation
Agent-Logs-Url: https://github.com/Shane32/fork-mdxeditor/sessions/448da223-7457-4188-b3f2-62b6a80058c0 Co-authored-by: Shane32 <6377684+Shane32@users.noreply.github.com>
…son, upgrade actions to v4 Agent-Logs-Url: https://github.com/Shane32/fork-mdxeditor/sessions/2d81bde9-3554-4958-9df3-29e19454e604 Co-authored-by: Shane32 <6377684+Shane32@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Shane32/fork-mdxeditor/sessions/a9c17020-9f5d-4d40-83b7-b18e28a8e4fb Co-authored-by: Shane32 <6377684+Shane32@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Shane32/fork-mdxeditor/sessions/86480785-aad0-4ec7-ade9-9df0b687c941 Co-authored-by: Shane32 <6377684+Shane32@users.noreply.github.com>
Shane32
commented
Apr 19, 2026
Contributor
Author
|
Adding this workflow makes it easier to see if a PR will match linting requirements by the repo, and confirm it builds properly. |
Contributor
Author
|
I could add prettier checks also, if desired. I usually use |
Contributor
Author
It seems that prettier is enforced via an eslint plugin so a separate prettier check would be redundant. |
Contributor
|
Thank you, sorry for the delay on my response, this is necessary indeed. I will look into this. |
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
Adds a GitHub Actions CI workflow that runs on every pull request, with three parallel jobs:
npm run test:oncenpm run buildnpm run build:docs:api