nrf-rs / microbit

A Rust crate for BBC micro:bit development
BSD Zero Clause License
276 stars 61 forks source link

Add GitHub actions CI #28

Closed robyoung closed 3 years ago

robyoung commented 3 years ago

This adds a basic GitHub actions CI workflow. It includes rustfmt, clippy and check. The CI will not run on this PR because I'm opening it from a fork. If you would like to see it running before merging it you could push the branch to your repo and open a PR.

I have also added badges for crates.io and docs.rs as I often find them useful. If the CI proves useful I can add badge for that as well.