aindustriosa / RustyBugA

Firmware for the MightyBugA line follower done in Rust programming language
MIT License
5 stars 3 forks source link

feat: add github actions #14

Closed eloycoto closed 8 months ago

eloycoto commented 8 months ago

This commit adds GitHub actions support on each commit or new pull request.

punkto commented 8 months ago

Thanks for your time @eloycoto !

I'm using xtask so I don't have to remember how to compile things :D . Would it be interesting to also use 'cargo xtask...' in CI so we do the same at home and in the cloud?

Should we add a fmt check to the CI? (it would also be nice as a git hook...)

eloycoto commented 8 months ago

@punkto done,

The fmt check I'll explore a custom action which add comments in the PR code + clippy.

punkto commented 8 months ago

Thanks, @eloycoto . I'm merging it.