Keyboard and captions tracks #6315
ci.yml
on: pull_request
Detect Changes
9s
Typecheck
1m 27s
Format (Biome)
8s
Format (Cargo)
9s
Lint (Biome)
12s
Verify Tauri plugin versions
6s
Matrix: Build Desktop
Matrix: Clippy
Matrix: Rust cache
Annotations
20 errors, 18 warnings, and 3 notices
|
parse:
apps/desktop/src/styles/theme.css#L172
Tailwind-specific syntax is disabled.
|
|
parse:
apps/desktop/src/styles/theme.css#L168
Tailwind-specific syntax is disabled.
|
|
parse:
apps/desktop/src/styles/theme.css#L399
Tailwind-specific syntax is disabled.
|
|
parse:
apps/desktop/src/styles/theme.css#L172
Tailwind-specific syntax is disabled.
|
|
parse:
apps/desktop/src/styles/theme.css#L168
Tailwind-specific syntax is disabled.
|
|
parse:
apps/desktop/src/styles/theme.css#L164
Tailwind-specific syntax is disabled.
|
|
parse:
apps/desktop/src/styles/theme.css#L160
Tailwind-specific syntax is disabled.
|
|
parse:
apps/desktop/src/styles/theme.css#L164
Tailwind-specific syntax is disabled.
|
|
lint/suspicious/noAssignInExpressions:
apps/desktop/src/routes/editor/ConfigSidebar.tsx#L3591
The assignment should not be in an expression.
|
|
lint/security/noBlankTarget:
apps/desktop/src/routes/(window-chrome)/new-main/index.tsx#L1768
Avoid using target="_blank" without rel="noopener" or rel="noreferrer".
|
|
Typecheck:
apps/web/utils/docs.ts#L101
'text' is possibly 'undefined'.
|
|
Typecheck:
apps/desktop/src/utils/createEventListener.ts#L65
Conversion of type '{ audioInputLevelChange: __EventObj__<number> & ((handle: WebviewWindow) => __EventObj__<number>); currentRecordingChanged: __EventObj__<null> & ((handle: WebviewWindow) => __EventObj__<...>); ... 21 more ...; videoImportProgress: __EventObj__<...> & ((handle: WebviewWindow) => __EventObj__<...>); }[K]' to type 'EventListener<{ audioInputLevelChange: __EventObj__<number> & ((handle: WebviewWindow) => __EventObj__<number>); currentRecordingChanged: __EventObj__<...> & ((handle: WebviewWindow) => __EventObj__<...>); ... 21 more ...; videoImportProgress: __EventObj__<...> & ((handle: WebviewWindow) => __EventObj__<...>); }[K] ...' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
Typecheck:
apps/desktop/src/routes/screenshot-editor/TextInput.tsx#L11
Type 'EventHandlerUnion<HTMLInputElement, KeyboardEvent, EventHandler<HTMLInputElement, KeyboardEvent>> | undefined' is not assignable to type 'EventHandlerUnion<HTMLInputElement, Event, EventHandler<HTMLInputElement, Event>> | undefined'.
|
|
Typecheck:
apps/desktop/src/routes/editor/ui.tsx#L449
Type '{}' is not assignable to type '"symbol" | "object" | "button" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "canvas" | "caption" | ... 192 more ... | undefined'.
|
|
Typecheck:
apps/desktop/src/routes/editor/Timeline/sectionMarker.ts#L64
Type '{ type: string; time: number; } | null' is not assignable to type 'SectionMarker'.
|
|
Typecheck:
apps/desktop/src/routes/editor/Timeline/sectionMarker.ts#L64
Type '{ type: string; time: number; } | null' is not assignable to type 'null'.
|
|
Typecheck:
apps/desktop/src/routes/editor/TextInput.tsx#L11
Type 'EventHandlerUnion<HTMLInputElement, KeyboardEvent, EventHandler<HTMLInputElement, KeyboardEvent>> | undefined' is not assignable to type 'EventHandlerUnion<HTMLInputElement, Event, EventHandler<HTMLInputElement, Event>> | undefined'.
|
|
Typecheck:
apps/desktop/src/routes/editor/MaskOverlay.tsx#L159
Argument of type 'number | null' is not assignable to parameter of type 'number | undefined'.
|
|
Typecheck:
apps/desktop/src/routes/editor/MaskOverlay.tsx#L158
Argument of type 'number | null' is not assignable to parameter of type 'number'.
|
|
Typecheck:
apps/desktop/src/routes/editor/MaskOverlay.tsx#L140
Argument of type 'number | null' is not assignable to parameter of type 'number'.
|
|
Format (Biome)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Detect Changes
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, dorny/paths-filter@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Format (Cargo)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint (Biome)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint/suspicious/noExplicitAny:
apps/desktop/src/routes/editor/ConfigSidebar.tsx#L2236
Unexpected any. Specify a different type.
|
|
lint/style/noNonNullAssertion:
apps/desktop/src/routes/editor/ConfigSidebar.tsx#L2142
Forbidden non-null assertion.
|
|
lint/suspicious/noExplicitAny:
apps/desktop/src/routes/editor/ConfigSidebar.tsx#L2035
Unexpected any. Specify a different type.
|
|
lint/style/noNonNullAssertion:
apps/desktop/src/routes/editor/ConfigSidebar.tsx#L1798
Forbidden non-null assertion.
|
|
lint/style/noNonNullAssertion:
apps/desktop/src/routes/editor/ConfigSidebar.tsx#L1792
Forbidden non-null assertion.
|
|
lint/style/noNonNullAssertion:
apps/desktop/src/routes/editor/ConfigSidebar.tsx#L1777
Forbidden non-null assertion.
|
|
lint/style/noNonNullAssertion:
apps/desktop/src/routes/editor/ConfigSidebar.tsx#L1771
Forbidden non-null assertion.
|
|
lint/style/noNonNullAssertion:
apps/desktop/src/routes/editor/ConfigSidebar.tsx#L1372
Forbidden non-null assertion.
|
|
lint/style/noNonNullAssertion:
apps/desktop/src/routes/editor/ConfigSidebar.tsx#L1371
Forbidden non-null assertion.
|
|
lint/suspicious/noExplicitAny:
apps/desktop/src/routes/editor/ConfigSidebar.tsx#L655
Unexpected any. Specify a different type.
|
|
Verify Tauri plugin versions
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Typecheck
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v3, pnpm/action-setup@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Clippy (aarch64-apple-darwin, macos-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Clippy (x86_64-pc-windows-msvc, windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint/style/useTemplate:
crates/cursor-info/cursors.html#L603
Template literals are preferred over string concatenation.
|
|
lint/style/useTemplate:
crates/cursor-info/cursors.html#L602
Template literals are preferred over string concatenation.
|
|
deserialize:
biome.json#L2
The configuration schema version does not match the CLI version 2.4.8
|