wisespace-io / binance-rs

Rust Library for the Binance API
Other
649 stars 295 forks source link

Enable github action #89

Closed dorak88783 closed 3 years ago

dorak88783 commented 3 years ago

Enable a simple github action flow, including clippy.

I didn't remove the existing travis config, so I guess they will run both now.

dorak88783 commented 3 years ago

@wisespace-io : you can go to https://github.com/wisespace-io/binance-rs -> settings -> branches -> branch protection rules -> add rule -> status checks to add this as a requirement before merging. You could also select the existing travis CI action and decline this PR.

Personally I find github acitons to be very convenient since it's so integrated, but I guess they both produce the same result.

wisespace-io commented 3 years ago

@dorak88783 I had to create a name convention for the branches in order to add a rule, bug/, feature/, releases/*