Skip to content

CI: add GitHubActions workflow #1

CI: add GitHubActions workflow

CI: add GitHubActions workflow #1

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on:
- windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.428
- name: Build
run: |
.\build.cmd