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 fmt` check to `dev-build-check.yml` #40

Closed eureka-cpu closed 2 years ago

eureka-cpu commented 2 years ago

I think this will greatly improve the readability of the code for newcomers.

For reference check out: https://github.com/FuelLabs/sway/blob/master/.github/workflows/ci.yml#L263

Updates to the CI provided get added fairly frequently, if the link expires the name of the job is cargo-fmt-check.