Skip to content

Release v2.1.0

Release v2.1.0 #6

Workflow file for this run

name: Pull Request Check
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: windows-latest
steps:
- name: Checkout Sources
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup .NET 8
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: "Build and Test"
run: |
dotnet build
dotnet test