predictionmachine / pm-github-actions

Repository for common GitHub Actions workflows for Prediction Machine
MIT License
3 stars 1 forks source link

add a spell check action #16

Open tchklovski opened 3 years ago

tchklovski commented 3 years ago

https://github.com/rojopolis/spellcheck-github-actions -- on README.md and all of the code may be useful. not sure how exclusion / ignoring known spellcheck false positives works.

abhishekmishragithub commented 3 years ago

I believe we can ignore Python files. This action runs on misspell It does support other programming languages as source with --source=your_programming_lang parameter, but does not work well with Python. Read more here

tchklovski commented 3 years ago

@abhishekmishragithub -- thanks, updated the issue to use a different action

(previously considered https://github.com/reviewdog/action-misspell)

abhishekmishragithub commented 3 years ago

Thanks for the update, will work on this.