Skip to content

Bump FSharp.Core from 5.0.0 to 8.0.100 #37

Bump FSharp.Core from 5.0.0 to 8.0.100

Bump FSharp.Core from 5.0.0 to 8.0.100 #37

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: .
steps:
- uses: actions/checkout@v4
- name: Setup .NET 6
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.x
- name: Setup .NET 7
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
- name: Build and run tests
run: dotnet fsi build.fsx test