up-for-grabs / up-for-grabs.net

This is a list of projects which have curated tasks specifically for new contributors. These issues are a great way to get started with a project, or to help share the load of working on open source projects. Jump in!
https://up-for-grabs.net/
Other
5.27k stars 2.01k forks source link

Add codespell integration for spell checking #4562

Closed aroramrinaal closed 5 days ago

aroramrinaal commented 3 months ago

This pull request adds codespell integration to the project, enabling automated spell checking for common misspellings in the source code. By running codespell on each pull request targeting the gh-pages branch.

closes #4555

shiftbot commented 3 months ago

:wave: I'm a robot checking the state of this pull request to save the human reviewers time. I don't see any changes under _data/projects/ so I don't have any feedback here.

As you make changes to this pull request, I'll re-run these checks.

shiftkey commented 3 months ago

Can we go even simpler and just use the Action for codespell?

shiftkey commented 3 months ago

Looks like at least assets/upforgrabs.ai should be ignored by codespell, as that's not a text file

RayBB commented 2 months ago

@aroramrinaal can you update the PR with these suggestions?

shiftkey commented 5 days ago

Closing in favour of https://github.com/up-for-grabs/up-for-grabs.net/pull/4703 which gets this working on CI and addresses regressions