Add codespell integration for spell checking#221
Conversation
|
This looks good and useful for other llm-d repositories. I think it makes sense for this PR to include GH Actions (CI) updates too in scope - what do you think? |
|
@Jooho can you please rebase to fix the CI issue? |
Agree. It should:
@Jooho is this something you'd like to work on further? |
I added this part.
There is |
|
@nirrozenbaum I don't see any conflict now. can you please execute ci? |
|
@nirrozenbaum It merged master so it should pass all ci this time. can you please execute ci again? |
For example, for |
|
Sorry for the late reply — I was out this week. |
|
@Jooho would you kindly fix this spelling error as part of the PR? $ ./typos .
Warning: "Schedulling" should be "Scheduling".
error: `Schedulling` should be `Scheduling`
--> ./docs/create_new_filter.md:118:22
|
118 | we leave the `types.SchedullingContext` parameter unnamed. Filters
| ^^^^^^^^^^^
|
Error: Process completed with exit code 2. |
|
@Jooho - |
|
I fixed existing typos too. |
- fixed typos - added gitaction for typos Signed-off-by: Jooho Lee <jlee@redhat.com>
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Co-authored-by: konflux-internal-p02[bot] <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
Fix: #127