Skip to content

docs: update input schema #61

docs: update input schema

docs: update input schema #61

Triggered via push March 30, 2024 20:44
Status Failure
Total duration 49s
Artifacts

check.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: code/src/configuration.ts#L4
There should be at least one empty line between import groups
lint: code/src/configuration.ts#L120
Unexpected any. Specify a different type
lint: code/src/crawler.ts#L1
There should be at least one empty line between import groups
lint: code/src/entrypoint.ts#L1
There should be at least one empty line between import groups
lint: code/src/hooks/initial-cookies.ts#L2
There should be at least one empty line between import groups
lint: code/src/hooks/initial-cookies.ts#L24
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
lint: code/src/input.ts#L1
There should be at least one empty line between import groups
lint: code/src/main.ts#L1
There should be at least one empty line between import groups
lint: code/src/models/model.ts#L4
There should be at least one empty line between import groups
lint: code/src/models/models.ts#L2
`./openai.js` import should occur before import of `../types/model.js`
lint: code/src/models/model.ts#L34
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free