Skip to content

ci: switch OpenAPI validators #65

ci: switch OpenAPI validators

ci: switch OpenAPI validators #65

Workflow file for this run

name: OpenAPI spec validation action
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run OpenAPI spec validation
uses: stoplightio/[email protected]
with:
file_glob: 'service/openapi.yaml'