Current commit management #268
Annotations
8 errors and 1 warning
lint (20.x)
Argument of type '{ uuid: string; }' is not assignable to parameter of type '{ projectId: number; uuid: string; }'.
|
lint (20.x)
Argument of type '{ uuid: string; }' is not assignable to parameter of type '{ projectId: number; uuid: string; }'.
|
lint (20.x)
Type 'Ok<{ content: string | null; }>' is not assignable to type 'TypedResult<{ content: string; }, LatitudeError>'.
|
lint (20.x)
Argument of type '{ uuid: string; }' is not assignable to parameter of type '{ projectId: number; uuid: string; }'.
|
lint (20.x)
Type '{ id: number; createdAt: Date; updatedAt: Date; description: string | null; uuid: string; title: string | null; projectId: number; mergedAt: Date | null; }' is not assignable to type 'TypedResult<number, LatitudeError>'.
|
lint (20.x)
Property 'id' does not exist on type 'TypedResult<number, LatitudeError>'.
|
lint (20.x)
@latitude-data/core#tc: command (/home/runner/work/latitude-llm/latitude-llm/packages/core) /home/runner/setup-pnpm/node_modules/.bin/pnpm run tc exited (2)
|
lint (20.x)
Process completed with exit code 2.
|
lint (20.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|