Skip to content

Commit 5e2832b

Browse files
authored
open-api-docs-lint: ensure response codes are strings (#1649)
Workaround for Redocly/redocly-cli#1347
1 parent 0c5b47d commit 5e2832b

File tree

3 files changed

+262
-217
lines changed

3 files changed

+262
-217
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,5 @@ api-docs:
167167

168168
.PHONY: api-docs-lint
169169
api-docs-lint:
170+
node lib/bin/openapi-docs-lint.js docs/api.yaml && \
170171
npx --no @redocly/cli lint --extends=minimal docs/api.yaml

0 commit comments

Comments
 (0)