fsprojects / ExcelFinancialFunctions

.NET Standard library providing the full set of financial functions from Excel.
https://fsprojects.github.io/ExcelFinancialFunctions
Other
195 stars 66 forks source link

Added github action for Build and Test #29

Closed jcoliz closed 2 years ago

jcoliz commented 2 years ago

My first ever GitHub action, please have a look!

I tested this out on my fork first. https://github.com/jcoliz/ExcelFinancialFunctions/actions/workflows/dotnet.yml

dsyme commented 2 years ago

Looks good! Let's see how it runs

dsyme commented 2 years ago

Green, no problem https://github.com/fsprojects/ExcelFinancialFunctions/actions/runs/1480538898

jcoliz commented 2 years ago

@dsyme Thanks for reviewing!