Nightly Build #80
nightly.yml
on: schedule
delete-release
2s
Matrix: publish-tauri
Annotations
12 errors and 1 warning
publish-tauri (macos-latest, --target aarch64-apple-darwin):
src/pages/settings/automation.tsx#L14
't' is declared but its value is never read.
|
publish-tauri (macos-latest, --target aarch64-apple-darwin):
src/pages/welcome/index.tsx#L23
Type '{ icon: Element; title: string; showKey: boolean; settingKey: "language"; type: "select"; options: { value: string; label: string; }[]; }' is not assignable to type 'IntrinsicAttributes & { settingKey: keyof Settings; type?: "number" | "select" | "text" | "file" | "switch" | "slider" | undefined; min?: number | undefined; ... 4 more ...; kind?: "file" | ... 1 more ... | undefined; }'.
|
publish-tauri (macos-latest, --target aarch64-apple-darwin)
Command failed with exit code 1: pnpm tauri build --target aarch64-apple-darwin
|
publish-tauri (ubuntu-22.04):
src/pages/settings/automation.tsx#L14
't' is declared but its value is never read.
|
publish-tauri (ubuntu-22.04):
src/pages/welcome/index.tsx#L23
Type '{ icon: Element; title: string; showKey: boolean; settingKey: "language"; type: "select"; options: { value: string; label: string; }[]; }' is not assignable to type 'IntrinsicAttributes & { settingKey: keyof Settings; type?: "number" | "select" | "text" | "file" | "switch" | "slider" | undefined; min?: number | undefined; ... 4 more ...; kind?: "file" | ... 1 more ... | undefined; }'.
|
publish-tauri (ubuntu-22.04)
Command failed with exit code 1: pnpm tauri build
|
publish-tauri (macos-latest, --target x86_64-apple-darwin):
src/pages/settings/automation.tsx#L14
't' is declared but its value is never read.
|
publish-tauri (macos-latest, --target x86_64-apple-darwin):
src/pages/welcome/index.tsx#L23
Type '{ icon: Element; title: string; showKey: boolean; settingKey: "language"; type: "select"; options: { value: string; label: string; }[]; }' is not assignable to type 'IntrinsicAttributes & { settingKey: keyof Settings; type?: "number" | "select" | "text" | "file" | "switch" | "slider" | undefined; min?: number | undefined; ... 4 more ...; kind?: "file" | ... 1 more ... | undefined; }'.
|
publish-tauri (macos-latest, --target x86_64-apple-darwin)
Command failed with exit code 1: pnpm tauri build --target x86_64-apple-darwin
|
publish-tauri (windows-latest):
src/pages/settings/automation.tsx#L14
't' is declared but its value is never read.
|
publish-tauri (windows-latest):
src/pages/welcome/index.tsx#L23
Type '{ icon: Element; title: string; showKey: boolean; settingKey: "language"; type: "select"; options: { value: string; label: string; }[]; }' is not assignable to type 'IntrinsicAttributes & { settingKey: keyof Settings; type?: "number" | "select" | "text" | "file" | "switch" | "slider" | undefined; min?: number | undefined; ... 4 more ...; kind?: "file" | ... 1 more ... | undefined; }'.
|
publish-tauri (windows-latest)
Command failed with exit code 1: pnpm tauri build
|
delete-release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|