Skip to content

Update FSharp.Core #264

Update FSharp.Core

Update FSharp.Core #264

Workflow file for this run

name: Tests (Linux)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET 8
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x
- name: Run test script
run: dotnet fsi test.fsx