bazed-editor / bazed

The baz editor
Apache License 2.0
26 stars 3 forks source link

Setup CI for running `cargo check`, `cargo fmt --check`, `cargo deny check` and `cargo test` #36

Closed elkowar closed 1 year ago

elkowar commented 1 year ago

We should set up CI to run the typical checks on PRs, mostly so @buffet doesn't have to pull and run them manually every time :P Optimally we should set up some caching thing for this, so it doesn't have to build from scratch every time. Maybe reference what https://github.com/unixporn/robbb does for this?

elkowar commented 1 year ago

closed by #38