rizinorg / rz-pipe

Access rizin via pipe from any programming language!
33 stars 11 forks source link

chore: run cargo fmt/cargo clippy. add github action #36

Closed wcampbell0x2a closed 2 years ago

wcampbell0x2a commented 2 years ago

Hey! want to use this library for one of my projects. Just running rust fmt on the code.

On that topic, would you be apposed to running cargo fmt -- --check to ensure all code is formatted correctly?

wargio commented 2 years ago

probably would be worth adding a check on the CI for this. @XVilka

wcampbell0x2a commented 2 years ago

Any updates on this?

wcampbell0x2a commented 2 years ago

Sorry. Missed the notification. Could you please add this in CI?

https://github.com/rizinorg/rz-pipe/blob/master/.github/workflows/ci.yml

wcampbell0x2a commented 2 years ago

bump