Skip to content

fix: run fake though fsi #221

fix: run fake though fsi

fix: run fake though fsi #221

Workflow file for this run

name: Build and Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:

Check failure on line 13 in .github/workflows/dotnetcore.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dotnetcore.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
runs-on: ${{ matrix.os }}
- name: Setup .NET 8.0 SDK
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x
- name: Install local tools
run: dotnet tool restore
- name: Paket Restore
run: dotnet paket restore
- name: Build and Test
run: dotnet fsi build.fsx