blst-security / cherrybomb

Stop half-done APIs! Cherrybomb is a CLI tool that helps you avoid undefined user behaviour by auditing your API specifications, validating them and running API security tests.
https://www.blstsecurity.com/cherrybomb
Apache License 2.0
1.11k stars 78 forks source link

Add `cargo clippy` check to `dev-build-check.yml` #41

Closed eureka-cpu closed 2 years ago

eureka-cpu commented 2 years ago

It seems that the warnings output is coming from the cargo build command in CI, but it may actually benefit to separate them by adding a dedicated clippy job.

Reference: https://github.com/FuelLabs/sway/blob/master/.github/workflows/ci.yml#L217

Job title: cargo-clippy

RazMag commented 2 years ago

Thank you for the tip @eureka-cpu :)