Skip to content

Added generateNumericCodes #412

Added generateNumericCodes

Added generateNumericCodes #412

Workflow file for this run

name: validate specification
on:
pull_request:
branches:
- master
jobs:
validate-specification:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: |
npm install -g redoc-cli
redoc-cli bundle index.yml
- if: ${{ false }}
run: |
npm install -g @openapitools/openapi-generator-cli
openapi-generator-cli validate -i index.yml