Skip to content

Bump Argu from 6.2.3 to 6.2.4 #242

Bump Argu from 6.2.3 to 6.2.4

Bump Argu from 6.2.3 to 6.2.4 #242

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