Skip to content

add openapi specs directly into the repository #1

add openapi specs directly into the repository

add openapi specs directly into the repository #1

Workflow file for this run

name: Check OpenAPI specs
on:
push:
#env:
# APIFY_STAGING_TOKEN: ${{ secrets.APIFY_STAGING_TOKEN }}
jobs:
build:
name: Build the specification file
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 22
# - uses: actions/setup-python@v5
# with:
# python-version: '3.10'
# - run: python -m pip install schemathesis==3.35.0
- run: |
npm ci
npm run redoc:test