Skip to content

Libs(all): bump openapi generator from 5.2.0 to 7.9.0 #393

Libs(all): bump openapi generator from 5.2.0 to 7.9.0

Libs(all): bump openapi generator from 5.2.0 to 7.9.0 #393

Workflow file for this run

name: Csharp Lint
on:
pull_request:
paths:
- "csharp/**"
- "openapi.json"
jobs:
dotnet:
name: C# Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1.7.2
with:
dotnet-version: 5.0.x
- name: Regen openapi libs
run: |
yarn
./regen_openapi.sh
- name: Install dependencies
run: |
cd csharp
dotnet restore
- name: Build
run: |
cd csharp
dotnet build --configuration Release Svix --no-restore