Skip to content

Fix OpenApiV3_1.IJsonSchema.IArray.items to be optional. #186

Fix OpenApiV3_1.IJsonSchema.IArray.items to be optional.

Fix OpenApiV3_1.IJsonSchema.IArray.items to be optional. #186

Workflow file for this run

name: build
on:
push:
paths:
- 'examples/**'
- 'src/**'
- 'test/**'
- 'package.json'
pull_request:
paths:
- 'examples/**'
- 'src/**'
- 'test/**'
- 'package.json'
jobs:
Ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Test
run: npm run test