Skip to content

Rework TypeAlias definition and better handled literal unions #17

Rework TypeAlias definition and better handled literal unions

Rework TypeAlias definition and better handled literal unions #17

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
- name: Setup Node.js environment
uses: actions/setup-node@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Fable Tests - JavaScript
run: |
pnpm install
dotnet tool restore
dotnet fable tests --run npx ava tests