mdsteele / rust-cfb

Rust library for reading/writing Compound File Binary (structured storage) files
MIT License
46 stars 20 forks source link

Feature/GitHub actions #23

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-cfb/actions/runs/1986219168

ikrivosheev commented 2 years ago

@mdsteele, I fix tests for Windows: https://github.com/ikrivosheev/rust-cfb/actions/runs/2001417247

mdsteele commented 2 years ago

Thanks!