Fix MDX warning styles and inherit prose text styles #5504
ci.yml
on: push
Detect Changes
7s
Typecheck
1m 17s
Format (Biome)
6s
Format (Cargo)
24s
Lint (Biome)
13s
Verify Tauri plugin versions
0s
Matrix: Build Desktop
Matrix: Clippy
Matrix: Rust cache
Annotations
8 errors
|
Typecheck
Process completed with exit code 2.
|
|
Typecheck:
packages/database/emails/config.ts#L50
Object literal may only specify known properties, but 'reply_to' does not exist in type 'CreateEmailOptions'. Did you mean to write 'replyTo'?
|
|
Typecheck:
packages/database/emails/config.ts#L50
Object literal may only specify known properties, but 'reply_to' does not exist in type 'CreateEmailOptions'. Did you mean to write 'replyTo'?
|
|
Typecheck:
apps/desktop/src/routes/window-capture-occluder.tsx#L20
Type '"camera" | { screen: { id: string; }; } | { area: { screen: string; bounds: LogicalBounds; }; }' is not assignable to type 'object'.
|
|
Typecheck:
apps/desktop/src/routes/window-capture-occluder.tsx#L17
Type 'CurrentRecordingTarget' is not assignable to type 'object'.
|
|
Typecheck:
apps/desktop/src/routes/in-progress-recording.tsx#L361
Argument of type '"Camera"' is not assignable to parameter of type 'ShowCapWindow'.
|
|
Rust cache (aarch64-apple-darwin, macos-latest)
Process completed with exit code 101.
|
|
Rust cache (x86_64-pc-windows-msvc, windows-latest)
Process completed with exit code 1.
|