Skip to content

Merge pull request #88 from pedromsantos/dependabot/nuget/FsUnit.xUni… #150

Merge pull request #88 from pedromsantos/dependabot/nuget/FsUnit.xUni…

Merge pull request #88 from pedromsantos/dependabot/nuget/FsUnit.xUni… #150

Workflow file for this run

name: .NET Core
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v2.1.0
- run: dotnet build Vaughan/Vaughan.fsproj
- run: dotnet test VaughanTests/VaughanTests.fsproj