Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
16 changes: 16 additions & 0 deletions .github/workflows/api-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: API linting

on: [pull_request]

jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up node
uses: actions/setup-node@v4
- name: Install Redocly CLI
run: npm install -g @redocly/cli@latest
- name: Run linting
run: redocly lint "specification/**/openapi.json" --format=github-actions
7 changes: 7 additions & 0 deletions .redocly.lint-ignore.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file instructs Redocly's linter to ignore the rules contained for specific parts of your API.
# See https://redocly.com/docs/cli/ for more information.
specification/http/1.0/openapi.json:
no-empty-servers:
- '#/openapi'
operation-4xx-response:
- '#/paths/~1tools/get/responses'
400 changes: 279 additions & 121 deletions RFC.md

Large diffs are not rendered by default.

73 changes: 0 additions & 73 deletions specification/http/1.0/execute_tool_request.schema.json

This file was deleted.

153 changes: 0 additions & 153 deletions specification/http/1.0/execute_tool_response.schema.json

This file was deleted.

Loading