containerd / ttrpc-rust

Rust implementation of ttrpc (GRPC for low-memory environments)
Apache License 2.0
197 stars 47 forks source link

Add Github CI #19

Closed mxpv closed 4 years ago

mxpv commented 4 years ago

This PR adds Github CI checks on each push/PR. The check includes build, test, lint and formatting checks. I also have fixed minor linter complains.

I had to suppress some linter errors, which are more complex, I plan to address those is subsequent PRs.

Signed-off-by: Maksym Pavlenko makpav@amazon.com