Skip to content

Add SourceGenerator #92

Add SourceGenerator

Add SourceGenerator #92

Workflow file for this run

name: Build-Debug
on:
push:
branches:
- "master"
pull_request:
branches:
- "master"
jobs:
build-dotnet:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
with:
dotnet-version: |
9.0.x
- run: dotnet build -c Debug
- run: dotnet test -c Debug --no-build