Update workflow import in next.config.mjs #5289
ci.yml
on: push
Detect Changes
8s
Typecheck
1m 21s
Format (Biome)
10s
Format (Cargo)
10s
Lint (Biome)
34s
Verify Tauri plugin versions
0s
Matrix: Build Desktop
Matrix: Clippy
Matrix: Rust cache
Annotations
3 errors
|
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.
|