guillaumepellegrino / acsrs

A simple ACS written in Rust
GNU General Public License v3.0
5 stars 4 forks source link

chore: adding workflow file for fmt, build and test with caching #2

Closed jarlah closed 1 year ago

jarlah commented 1 year ago

Simple stuff. Nothing too fancy. Just using cargo fmt --check to enforce consistent code formatting. And using caching to avoiding long build times

guillaumepellegrino commented 1 year ago

Good for me, let's merge it.