leshow / rotary-encoder-hal

A simple platform agnostic rotary encoder library
MIT License
28 stars 15 forks source link

Add CI that runs doc, clippy, rustfmt and cross-compiles #5

Closed PurpleMyst closed 4 years ago

PurpleMyst commented 4 years ago

Per the title, I've added two GitHub Actions workflows that run linters (doc, clippy, rustfmt) and cross-compile to the four architectures you mentioned to me.

Make sure to autosquash this when you merge as I've made 9 fixup commits :)

Resolves #4

leshow commented 4 years ago

This is great! Thanks so much!