RedisLabsModules / redismodule-rs

Rust API for Redis Modules API
BSD 3-Clause "New" or "Revised" License
269 stars 64 forks source link

CI improvements #374

Open chayim opened 11 months ago

chayim commented 11 months ago

This pull request adds a spellcheck, much like other projects. Additionally, a dependency auditer was added to the CI run, and the cargo fmt (linter) check was moved into github actions from circle. Finally, clippy is added