laike9m / Cyberbrain

Python debugging, redefined.
http://bit.ly/cyberbrain-features
MIT License
2.51k stars 159 forks source link

Add typo check to CI #140

Closed laike9m closed 2 years ago

Mohitkumar6122 commented 2 years ago

@laike9m, Could you tell me more about this issue?

laike9m commented 2 years ago

Sure. I'm thinking about adding typo check to the GitHub Actions workflow that we're using, perhaps using https://github.com/crate-ci/typos.

Meanwhile, there's also https://github.com/marketplace/actions/misspell-fixer-action, which is good to adopt too.

Let me know if you have more questions.

Mohitkumar6122 commented 2 years ago

@laike9m, this means we'll have to add the GitHub action typos to the repository workflow!. I'll start to work on this issue, so please assign this issue to me! I'd love to contribute to your project :).

laike9m commented 2 years ago

Great, So happy to know you're interested in contributing!

Mohitkumar6122 commented 2 years ago

@laike9m, I just want to confirm that whether we need to add typos to do spell check for the whole repository or just for some specific files?

laike9m commented 2 years ago

I think you can exclude certain files and folders, like node_modules. I'll rely on your best judgement.

Mohitkumar6122 commented 2 years ago

@laike9m, I think we can close this issue?