Skip to content

Commit e455c7b

Browse files
author
Valentin Schneider-Lunitz
committed
refactor: replace OpenAPI Validate Action with Redocly CLI for validation
1 parent 81964c5 commit e455c7b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ jobs:
4141
steps:
4242
- name: Check out head branch
4343
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
44+
- name: Install Redocly CLI
45+
run: npm install -g @redocly/cli
46+
- name: Validate OpenAPI definition
47+
run: redocly lint openapi/workflow_execution_service.openapi.yaml

0 commit comments

Comments
 (0)