Add a spell-check action.#248
Merged
comfyui-wiki merged 14 commits intomainfrom Apr 22, 2026
Merged
Conversation
- Updated spellcheck.yml to improve extraction of widgets_values from MarkdownNote and Note nodes. - Expanded wordlist with additional terms for spellchecking. - Modified extract_workflow_text.py to filter out empty strings and changed the output format to include a separator for better readability.
…text from JSON files - Removed unnecessary Markdown and JSON spellcheck configurations from `.spellcheck.yml`. - Added a new Python script (`extract_workflow_text.py`) to extract text from MarkdownNote and Note nodes in workflow JSON files for spellchecking. - Updated GitHub Actions workflow to include a new job for spellchecking extracted notes from workflow JSON files. - Fixed various typos in template files, including correcting "Tuotrial" to "Tutorial" and other minor adjustments for consistency.
Contributor
|
✅ Upload JSON updated - 509 assets |
Contributor
|
| Package | Estimated Size | Limit | Status |
|---|---|---|---|
comfyui-workflow-templates-media-api |
75.8 MB | 100 MB | 🟢 OK |
comfyui-workflow-templates-media-image |
75.1 MB | 100 MB | 🟢 OK |
comfyui-workflow-templates-media-video |
88.3 MB | 100 MB | 🟡 WARNING |
comfyui-workflow-templates-media-other |
46.7 MB | 100 MB | 🟢 OK |
Thresholds: 🟡 ≥85 MB (warning) · 🔴 ≥95 MB (critical) · Limit: 100 MB
Sizes are measured from the synced package source directories. Actual sdist/wheel may differ slightly.
- Updated the GitHub Actions workflow to utilize Python for spellchecking. - Added steps to install necessary dependencies and run spellcheck using `pyspelling`. - Implemented output handling to capture and report spellcheck results and errors. - Introduced a new job to post spellcheck results as comments on pull requests, improving visibility of spellcheck outcomes.
…rg/workflow_templates into add-a-spell-check-action
Contributor
|
🚀 Preview deployed: https://workflow-templates-3rpukuuka-comfyui.vercel.app |
… file handling - Added an option to specify specific JSON files for extraction in `extract_workflow_text.py`. - Updated the spellcheck workflow to handle changes in pull requests, extracting notes only from modified workflow files. - Improved the installation step to include additional dependencies for spellchecking.
…date spellcheck workflow - Improved the functionality of `extract_workflow_text.py` to better handle JSON file extraction. - Enhanced the spellcheck workflow to ensure it accurately processes changes in pull requests, focusing on modified workflow files. - Updated installation steps to include necessary dependencies for the spellcheck process.
Contributor
🔤 Spellcheck Results
|
- Corrected spelling errors in bundle names within `bundles.json`. - Added a new job in the spellcheck workflow to check English fields in `scripts/i18n.json`. - Updated the spellcheck results reporting to include i18n.json status in pull request comments.
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.
No description provided.