mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
check-openapi: Convert to TypeScript.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
29dd592f38
commit
0fc5f6994f
@@ -110,7 +110,7 @@ def run() -> None:
|
||||
)
|
||||
linter_config.external_linter(
|
||||
"openapi",
|
||||
["node", "tools/check-openapi"],
|
||||
["node", "tools/check-openapi.ts"],
|
||||
["yaml"],
|
||||
description="Validates our OpenAPI/Swagger API documentation (zerver/openapi/zulip.yaml) ",
|
||||
fix_arg="--fix",
|
||||
|
||||
Reference in New Issue
Block a user