Julien-cpsn / ATAC

A simple API client (postman like) in your terminal
https://atac.julien-cpsn.com/
MIT License
2.02k stars 86 forks source link

Add codespell GitHub Action #34

Closed ccoVeille closed 7 months ago

ccoVeille commented 7 months ago

https://github.com/marketplace/actions/codespell-with-annotations

Fixes #28

ccoVeille commented 7 months ago

@Julien-cpsn it's ready

I can simulate someone adding a typo if needed

Julien-cpsn commented 7 months ago

Great! I am not quite sure I understand which benefits it would bring. Can you explain some more please? Like how is the ouput? Does it make suggestions or correct things directly?

Thanks in advance

ccoVeille commented 7 months ago

Great! I am not quite sure I understand which benefits it would bring. Can you explain some more please? Like how is the ouput? Does it make suggestions or correct things directly?

Thanks in advance

I will create another branch with a typo, to show you.

Julien-cpsn commented 7 months ago

@ccoVeille hmmmm I don't see anything special? Maybe I am missing something?

ccoVeille commented 7 months ago

It looks like this when the codespell github action catch something

https://github.com/Julien-cpsn/ATAC/pull/36/files

image

Unfortunately, it doesn't catch most of the errors I added

ccoVeille commented 7 months ago

@Julien-cpsn The results are way better with typos #38 than #36

I will close #34 in favor of #37