Skip to content

docs: update readme #37

docs: update readme

docs: update readme #37

Workflow file for this run

name: dotnet
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
windows-build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
10.0.x
- name: dotnet info
run: dotnet --info
- name: build
run: dotnet build -c Release