Delete logs.txt #5292
ci.yml
on: push
Detect Changes
5s
Typecheck
1m 32s
Format (Biome)
8s
Format (Cargo)
10s
Lint (Biome)
13s
Verify Tauri plugin versions
0s
Matrix: Build Desktop
Matrix: Clippy
Matrix: Rust cache
Annotations
5 errors
|
Format (Biome)
Process completed with exit code 1.
|
|
Typecheck
Process completed with exit code 2.
|
|
Typecheck:
apps/web/__tests__/unit/audio-extract.test.ts#L63
Conversion of type 'Mock<() => { noVideo: Mock<Procedure>; audioCodec: Mock<Procedure>; audioBitrate: Mock<Procedure>; format: Mock<Procedure>; outputOptions: Mock<...>; on: Mock<...>; save: Mock<...>; pipe: Mock<...>; }>' to type 'Record<string, unknown>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
Typecheck:
apps/web/__tests__/unit/audio-extract.test.ts#L62
Conversion of type 'Mock<() => { noVideo: Mock<Procedure>; audioCodec: Mock<Procedure>; audioBitrate: Mock<Procedure>; format: Mock<Procedure>; outputOptions: Mock<...>; on: Mock<...>; save: Mock<...>; pipe: Mock<...>; }>' to type 'Record<string, unknown>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
Typecheck:
packages/web-backend/src/Videos/VideosRepo.ts#L34
Argument of type '{ bucketId: (string & Brand<"S3BucketId">) | null; createdAt: string; updatedAt: string; metadata: any; id: string & Brand<"VideoId">; ownerId: string & Brand<"UserId">; ... 22 more ...; skipProcessing: boolean; }' is not assignable to parameter of type '{ readonly name: string; readonly id: string; readonly ownerId: string; readonly orgId: string; readonly public: boolean; readonly createdAt: string; readonly updatedAt: string; readonly source: { ...; }; ... 6 more ...; readonly duration: number | null; }'.
|