Skip to content

Keep email value after sending magic link #6247

Keep email value after sending magic link

Keep email value after sending magic link #6247

Triggered via push March 12, 2026 13:09
Status Failure
Total duration 25m 20s
Artifacts

ci.yml

on: push
Detect Changes
8s
Detect Changes
Typecheck
1m 25s
Typecheck
Format (Biome)
7s
Format (Biome)
Format (Cargo)
21s
Format (Cargo)
Lint (Biome)
13s
Lint (Biome)
Verify Tauri plugin versions
0s
Verify Tauri plugin versions
Matrix: Build Desktop
Matrix: Clippy
Matrix: Rust cache
Fit to window
Zoom out
Zoom in

Annotations

22 errors, 18 warnings, and 5 notices
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#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.
lint/suspicious/noImplicitAnyLet: apps/desktop/src/routes/editor/context.ts#L805
This variable implicitly has the any type.
lint/suspicious/noImplicitAnyLet: apps/desktop/src/routes/editor/context.ts#L804
This variable implicitly has the any type.
lint/suspicious/noImplicitAnyLet: apps/desktop/src/routes/editor/context.ts#L748
This variable implicitly has the any type.
lint/suspicious/noNonNullAssertedOptionalChain: apps/desktop/src/routes/editor/Editor.tsx#L504
Forbidden non-null assertion after optional chaining.
lint/suspicious/noAssignInExpressions: apps/desktop/src/routes/editor/ConfigSidebar.tsx#L3348
The assignment should not be in an expression.
Typecheck: apps/web/__tests__/unit/best-screen-recorder-page.test.ts#L154
Object is possibly 'undefined'.
Typecheck: apps/web/__tests__/unit/best-screen-recorder-page.test.ts#L153
Object is possibly 'undefined'.
Typecheck: apps/web/__tests__/unit/best-screen-recorder-page.test.ts#L146
Object is possibly 'undefined'.
Typecheck: apps/web/__tests__/unit/avi-to-mp4-page.test.ts#L176
Object is possibly 'undefined'.
Typecheck: apps/web/__tests__/unit/avi-to-mp4-page.test.ts#L175
Object is possibly 'undefined'.
Typecheck: apps/web/__tests__/unit/avi-to-mp4-page.test.ts#L174
Object is possibly 'undefined'.
Typecheck: apps/web/__tests__/unit/avi-to-mp4-page.test.ts#L173
Object is possibly 'undefined'.
Typecheck: apps/web/__tests__/unit/avi-to-mp4-page.test.ts#L172
Object is possibly 'undefined'.
Typecheck: apps/web/__tests__/unit/avi-to-mp4-page.test.ts#L122
Object is possibly 'undefined'.
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.
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/
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/global.d.ts#L200
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: apps/desktop/src/global.d.ts#L200
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: apps/desktop/src/global.d.ts#L133
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: apps/desktop/src/global.d.ts#L132
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: apps/desktop/src/global.d.ts#L131
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: apps/desktop/src/global.d.ts#L130
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: apps/desktop/src/global.d.ts#L129
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: apps/desktop/src/global.d.ts#L313
Unexpected any. Specify a different type.
lint/style/noNonNullAssertion: apps/desktop/src/entry-client.tsx#L13
Forbidden non-null assertion.
lint/suspicious/noExplicitAny: apps/desktop/src/App.tsx#L145
Unexpected any. Specify a different type.
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/
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/
Rust cache (x86_64-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/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/
Rust cache (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/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/
Rust cache (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/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/
lint/style/useTemplate: crates/cursor-info/cursors.html#L602
Template literals are preferred over string concatenation.
lint/style/useTemplate: crates/cursor-info/cursors.html#L603
Template literals are preferred over string concatenation.
deserialize: biome.json#L2
The configuration schema version does not match the CLI version 2.4.6