Skip to content

feat: allow configuring api versioning (#343) #644

feat: allow configuring api versioning (#343)

feat: allow configuring api versioning (#343) #644

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test-net10:
runs-on: ubuntu-latest
container: mcr.microsoft.com/dotnet/sdk:10.0
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: dotnet build
- name: Test
run: dotnet test