bgnerdclub / birb

6 stars 0 forks source link

Adding Clippy to CI checks #15

Closed jw2476 closed 6 months ago

jw2476 commented 6 months ago

I think clippy should be added to our CI passes to ensure all code is as well written as possible, I'll dig out the command in a bit

Alex-Programs commented 6 months ago

It could also be worth auto-formatting, though I'm not sure if Github actions are able to modify repository state.

jw2476 commented 6 months ago

I don't think I'd be comfortable letting GH actions makes commits and changes to code, however I can make the checks fail if rustfmt picks up any bad formatting