Update README.md #63
ci.yml
on: push
TypeScript Tests
17s
RMOA linter
9s
Annotations
1 error and 10 warnings
TypeScript Tests
Process completed with exit code 1.
|
RMOA linter:
__tests__/testapi-oas.json#L295
'security' must be defined and not empty
|
RMOA linter:
__tests__/testapi-oas.json#L2
Info object must have "contact" object.
|
RMOA linter:
__tests__/testapi-oas.json#L2
Info object must have "license" object.
|
RMOA linter:
__tests__/testapi-oas.json#L2
License object must include "url".
|
RMOA linter:
__tests__/testapi-oas.json#L9
Server URL must not have trailing slash.
|
RMOA linter:
__tests__/testapi-oas.json#L51
Operation must have "operationId".
|
RMOA linter:
__tests__/testapi-oas.json#L52
Operation is missing responses[401].
|
RMOA linter:
__tests__/testapi-oas.json#L52
Operation is missing responses[401].content.
|
RMOA linter:
__tests__/testapi-oas.json#L52
Operation is missing responses[500].
|
RMOA linter:
__tests__/testapi-oas.json#L52
Operation is missing responses[500].content.
|