Skip to content

Merge pull request #129 from pedromsantos/dependabot/nuget/Microsoft.… #239

Merge pull request #129 from pedromsantos/dependabot/nuget/Microsoft.…

Merge pull request #129 from pedromsantos/dependabot/nuget/Microsoft.… #239

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