avhz / RustQuant

Rust library for quantitative finance.
https://avhz.github.io
Apache License 2.0
1.07k stars 124 forks source link

feat: Add Makefile for common project tasks and pre-push checks #230

Closed joaquinbejar closed 3 months ago

joaquinbejar commented 3 months ago

This Makefile enhances the development workflow by providing a single interface for essential tasks, ensuring code quality and consistency before code is pushed to the repository.

avhz commented 3 months ago

We already have GitHub Actions for this, so there's no need for a makefile.

See https://github.com/avhz/RustQuant/tree/main/.github/workflows