roguelike-tutorial icon indicating copy to clipboard operation
roguelike-tutorial copied to clipboard

Set up CI

Open tomassedovic opened this issue 6 years ago • 0 comments
trafficstars

We should ensure that every code contribution is formatted properly (using cargo fmt) and that all the standalone files compile (cargo build).

It should also run make diff-rust to verify that the src/bin/*.rs correspond to the ones generated from the tutorial Asciidoc source.

tomassedovic avatar Apr 27 '19 09:04 tomassedovic