HenningHolmDE / hcloud-rust

Unofficial Rust crate for accessing the Hetzner Cloud API
Other
66 stars 6 forks source link

add clippy to workflow #18

Closed good-praxis closed 2 years ago

good-praxis commented 2 years ago

This fixes #15 and actually works this time around.

It's using https://github.com/marketplace/actions/rust-clippy-check It will fail on new warnings added in a PR

Check out https://github.com/actions-rs/example/pull/2/files for an example and is limited by https://github.com/actions-rs/clippy-check/issues/2

HenningHolmDE commented 2 years ago

Thank you for adding this!