Skip to content

Make token endpoint configurable and align with OAUTH #262

Make token endpoint configurable and align with OAUTH

Make token endpoint configurable and align with OAUTH #262

Workflow file for this run

name: Validate OpenAPI Specification
on:
push:
branches:
- "*"
pull_request:
workflow_dispatch:
jobs:
validate_openapi:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate OpenAPI using Swagger CLI
uses: mbowman100/[email protected]
with:
files: spec.yaml