Skip to content

add build and lint workflow in CI, fix lint errors #3

add build and lint workflow in CI, fix lint errors

add build and lint workflow in CI, fix lint errors #3

Triggered via pull request June 20, 2024 16:27
@EvanBoyleEvanBoyle
synchronize #2
evan/lint
Status Failure
Total duration 16s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: catalog.test.ts#L1
Cannot find module 'vitest' or its corresponding type declarations.
build: catalog.test.ts#L6
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
build: catalog.ts#L3
Cannot find module 'node:fs' or its corresponding type declarations.
build: chat.test.ts#L1
Cannot find module 'vitest' or its corresponding type declarations.
build: chat.test.ts#L4
Cannot find module 'stream' or its corresponding type declarations.
build: chat.test.ts#L7
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
build: chat.test.ts#L135
Parameter 'data' implicitly has an 'any' type.
build: chat.test.ts#L141
Parameter 'data' implicitly has an 'any' type.
build: chat.test.ts#L165
Parameter 'data' implicitly has an 'any' type.
build: chat.ts#L3
Cannot find module 'stream' or its corresponding type declarations.