Skip to content

build(deps): bump JsonSchema.Net.Generation from 4.1.1 to 4.3.0 #36

build(deps): bump JsonSchema.Net.Generation from 4.1.1 to 4.3.0

build(deps): bump JsonSchema.Net.Generation from 4.1.1 to 4.3.0 #36

Workflow file for this run

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