mdsteele / rust-cab

Rust library for encoding/decoding Windows cabinet (.cab) files
MIT License
15 stars 8 forks source link

GitHub actions #12

Closed ikrivosheev closed 2 years ago

ikrivosheev commented 2 years ago

@mdsteele, hello! Thank you for the library. I add simple pipeline for linters and tests for the library and fix clippy warnings.

You can see pipeline: https://github.com/ikrivosheev/rust-cab/actions/runs/1985941246

mdsteele commented 2 years ago

Thanks!