image-rs / imageproc

Image processing operations
MIT License
735 stars 145 forks source link

Add CI/CD #549

Closed cospectrum closed 6 months ago

cospectrum commented 6 months ago

Will close https://github.com/image-rs/imageproc/issues/478 . .github/workflows derived from https://github.com/jonhoo/rust-ci-conf with some modifications.

Fix clippy, fmt, doc, wasm32 build (getrandom), so that all checks pass. MSRV is 1.63.0, but for testing the nightly version is used

theotherphil commented 6 months ago

Wow, that’s a very comprehensive set of CI checks! Thanks a lot for this. One day I will need to learn how to use GHA, but that day is not today!