iolivia / rust-sokoban

Rust Sokoban book and code samples
https://sokoban.iolivia.me
MIT License
156 stars 29 forks source link

Use GitHub Actions to call `cargo check` when opening a PR to master #11

Closed wbprice closed 4 years ago

wbprice commented 4 years ago

There's probably something we can do as far as caching package downloads (or limiting runs to check code samples when after they're changed) to speed up CI, but this a good first step.

Fixes #6

iolivia commented 4 years ago

this is awesome! yes we can probably make it better with time but this is an amazing first step! I'll create an issue for future improvements so we don't forget.