Skip to content

Set FSharp.Core to explicit minimum versions #68

Set FSharp.Core to explicit minimum versions

Set FSharp.Core to explicit minimum versions #68

Workflow file for this run

name: Build
on:
pull_request:
branches: [master]
jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
DOTNET_NOLOGO: true
steps:
- uses: actions/checkout@v6
- uses: actions/setup-dotnet@v5
with:
global-json-file: global.json
- name: fantomas
run: |
dotnet tool restore
dotnet fantomas --check src/
- run: dotnet build --configuration Release --warnaserror