InputUsername / listenbrainz-rs

ListenBrainz API bindings for Rust
https://crates.io/crates/listenbrainz
MIT License
11 stars 6 forks source link

Add CI builds support #1

Closed shymega closed 3 years ago

shymega commented 3 years ago

This uses GitHub Actions, it builds listenbrainz-rs and runs unit tests if applicable.

It is triggered by the following GitHub events:

Of course, it's not strictly necssary to use GitHub Actions; there are other services.

Signed-off-by: Dom Rodriguez shymega@shymega.org.uk