np-47669: use our own format for sort params incase we replace cristi… #507
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint OpenAPI | |
on: [ push ] | |
jobs: | |
openapi-linter: | |
runs-on: ubuntu-latest | |
services: | |
swagger-editor: | |
image: swaggerapi/swagger-editor | |
ports: | |
- 80:8080 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Validate OpenAPI definition | |
uses: char0n/swagger-editor-validate@v1 | |
with: | |
swagger-editor-url: http://localhost/ | |
definition-file: docs/cristin-proxy-swagger.yaml |