knurling-rs / flip-link

Adds zero-cost stack overflow protection to your embedded programs
Apache License 2.0
271 stars 6 forks source link

add CI #5

Closed japaric closed 3 years ago

japaric commented 3 years ago

you can base it off: https://github.com/knurling-rs/defmt/blob/main/.github/workflows/ci.yml as a first step we should check that cargo build works then we should add a app-template instance and set that up to link with flip-link; building that project should be part of the CI running cargo fmt in CI would also be nice to have