You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
add optional spell checker to markdown workflow
## Changes Made
* add spell checker boolean flag
* execute spell check if flag true
* add configuration file and empty dictionary
* refactor workflows to use ternary operator to assign variables
* fix pr-label-checker
## Related Issues
Fixes#43
## Checklist
- [x] I have used a PR title that is descriptive enough for a release
note.
- [x] I have tested these changes locally.
- [x] I have added appropriate tests or updated existing tests.
- [ ] I have tested these changes on a dedicated VM or a customer VM
[name of the VM]
- [ ] I have added appropriate documentation or updated existing
documentation.
---------
Co-authored-by: Bot <[email protected]>
Is your feature request related to a problem? Please describe the problem.
I am frustrated when I spend a lot of time to spell check my documents, and time after time, I still find issues in there :(
Describe the solution you'd like
An option spell checker as part of markdown workflow
Additional context
No response
The text was updated successfully, but these errors were encountered: