We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81964c5 commit e455c7bCopy full SHA for e455c7b
.github/workflows/ci.yml
@@ -41,10 +41,7 @@ jobs:
41
steps:
42
- name: Check out head branch
43
uses: actions/checkout@v4
44
- - name: Run OpenAPI Validate Action
45
- uses: swaggerexpert/[email protected]
46
- env:
47
- PUPPETEER_NO_SANDBOX: "true"
48
- PUPPETEER_EXECUTABLE_PATH: "/usr/bin/chromium-browser"
49
- with:
50
- definition-file: openapi/workflow_execution_service.openapi.yaml
+ - name: Install Redocly CLI
+ run: npm install -g @redocly/cli
+ - name: Validate OpenAPI definition
+ run: redocly lint openapi/workflow_execution_service.openapi.yaml
0 commit comments