Skip to content

AArr.collect/choose implementation and tests #353

AArr.collect/choose implementation and tests

AArr.collect/choose implementation and tests #353

Workflow file for this run

name: Fable
on: [push, pull_request]
jobs:
fable:
name: Fable
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.100'
- name: Restore Tools
run: dotnet tool restore
- name: Paket Restore
run: dotnet paket restore
- name: Build
run: dotnet fable src/Demo/Fable --outDir bin/Fable