Ltu-Bike-trailer / control-software

Provides embedded software for controlling the cart.
MIT License
0 stars 0 forks source link

Ci #10

Closed ivajon closed 1 month ago

ivajon commented 1 month ago

Add CI

This PR adds a few CI jobs that

  1. Checks that Clippy passes ( rust linter )
  2. Checks that we can generate the docs ( no missing docs for public types in the library )
  3. Checks that the code is properly formated ( cargo fmt )
  4. That the code builds
  5. That there are no spelling errors in the code.

Testing

This PR has been tested by running the code through it a few times.

closes #3