waifod / quant_finance_models

Project containing the implementations of quantitative finance models
MIT License
5 stars 1 forks source link

Add GitHub Action workflow to apply clang-format #49

Closed waifod closed 1 year ago

waifod commented 1 year ago

This PR addresses issue https://github.com/Waifod/quant_finance_models/issues/48.

We want to automatically format every change via clang-format to apply the Google style.

waifod commented 1 year ago

This is not the way to do it. Closing PR.