Skip to content

feat: SDK layer + expandS fix + NuGet publish #5

feat: SDK layer + expandS fix + NuGet publish

feat: SDK layer + expandS fix + NuGet publish #5

Workflow file for this run

name: CI
on:
push: { branches: [main] }
pull_request: { branches: [main] }
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with: { dotnet-version: "8.0.x" }
- run: dotnet test