Skip to content

small fixes

small fixes #10

Workflow file for this run

# Workflow derived from https://github.com/r-lib/actions/tree/master/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master, openapi3]
pull_request:
branches: [main, master, openapi3]
name: Schema
jobs:
schema-consistency-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Install dependencies
run: |
pip install openapi_pydantic pyyaml
- name: Schema consistency tests
run: |
python tests/check-schema.py