Skip to content

🐛 Fix generation for f32 and f64 types (#4) #11

🐛 Fix generation for f32 and f64 types (#4)

🐛 Fix generation for f32 and f64 types (#4) #11

Workflow file for this run

name: .NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Get the sources
uses: actions/checkout@v2
- name: Run cake
shell: bash
run: |
dotnet tool install Cake.Tool --version 1.1.0
dotnet tool restore
dotnet cake --target=Test --verbosity=verbose