Skip to content

2.0.0

2.0.0 #62

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: windows-latest
steps:
- name: Clone
uses: actions/checkout@v3
- name: Build
run: dotnet build src
- name: Test
run: dotnet test src