Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/validate-cafe-api.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Validate Redocly Cafe API

on:
pull_request:
types: [opened, reopened, synchronize]

jobs:
lint:
name: Redocly lint
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v6
Comment thread
DmitryAnansky marked this conversation as resolved.

- name: Setup Node.js
uses: actions/setup-node@v6
Comment thread
DmitryAnansky marked this conversation as resolved.
with:
node-version: 24
Comment thread
DmitryAnansky marked this conversation as resolved.

- name: Lint API
run: npx @redocly/cli@latest lint --format=github-actions