xJonathanLEI / starkli

Starkli (/ˈstɑːrklaɪ/), a ⚡ blazing ⚡ fast ⚡ CLI tool for Starknet powered by 🦀 starknet-rs 🦀
https://book.starkli.rs
Apache License 2.0
155 stars 43 forks source link

feat: add codespell linter tool for CI #47

Closed xiaolou86 closed 6 months ago

xiaolou86 commented 7 months ago

Codespell linter tool is very important for code and system quality.

Sometimes, because of typo error, the system will go to bad and even crash, and take us much time to debug...

So I want to add codespell linter tool for CI.