Fix misconfigured link (#16) #62
ci.yml
on: push
TypeScript Tests
22s
RMOA linter
9s
Annotations
12 warnings
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.
|
TypeScript Tests:
__tests__/main.test.ts#L36
Disabled test
|
TypeScript Tests:
__tests__/main.test.ts#L68
Disabled test
|