Skip to content

My files rework [just for ci] #995

My files rework [just for ci]

My files rework [just for ci] #995

Triggered via pull request October 29, 2024 16:04
Status Failure
Total duration 1m 35s
Artifacts

ci.yaml

on: pull_request
prepare_release
0s
prepare_release
publish_web_docker_image
0s
publish_web_docker_image
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test_web
Type '{ kind: "file"; basename: string; size: number; policy: "private"; className: string; isSelected: true; onClick: HandlerFunction; onDoubleClick: HandlerFunction; }' is not assignable to type 'Partial<{ className?: string | undefined; kind: "file" | "directory"; basename: string; isSelected: boolean; isCircularProgressShown: boolean; size: number | undefined; policy: "public" | "private"; onPolicyChange: () => void; onDoubleClick: () => void; onClick: () => void; }> & { ...; }'.
test_web
Type '{ kind: "directory"; basename: string; size: undefined; policy: "public"; className: string; isSelected: false; onClick: HandlerFunction; onDoubleClick: HandlerFunction; }' is not assignable to type 'Partial<{ className?: string | undefined; kind: "file" | "directory"; basename: string; isSelected: boolean; isCircularProgressShown: boolean; size: number | undefined; policy: "public" | "private"; onPolicyChange: () => void; onDoubleClick: () => void; onClick: () => void; }> & { ...; }'.
test_web
'useState' is declared but its value is never read.
test_web
Type '{ kind: "file"; basename: string; size: number; lastModified: Date; policy: "private"; }' is not assignable to type 'Item'.
test_web
Type '{ kind: "file"; basename: string; size: number; lastModified: Date; policy: "public"; }' is not assignable to type 'Item'.
test_web
Type '{ kind: "directory"; basename: string; policy: "private"; }' is not assignable to type 'Item'.
test_web
Type '{ kind: "file"; basename: string; size: number; lastModified: Date; policy: "private"; }' is not assignable to type 'Item'.
test_web
Type '{ kind: "directory"; basename: string; policy: "public"; }' is not assignable to type 'Item'.
test_web
Type '({ kind: "file"; basename: string; size: number; lastModified: Date; policy: "private"; } | { kind: "file"; basename: string; size: number; lastModified: Date; policy: "public"; } | { ...; } | { ...; })[]' is not assignable to type 'Item[]'.
test_web
Type '{ isNavigating: false; items: never[]; onNavigate: HandlerFunction; onOpenFile: HandlerFunction; onDeleteItem: HandlerFunction; onCopyPath: HandlerFunction; onSelectedItemKindValueChange: HandlerFunction; evtAction: Evt<...>; }' is not assignable to type 'Partial<{ className?: string | undefined; isNavigating: boolean; items: Item[]; onNavigate: (params: { basename: string; }) => void; onOpenFile: (params: { basename: string; }) => void; onSelectedItemKindValueChange: (params: { ...; }) => void; onPolicyChange: (params: { ...; }) => void; onDeleteItem: (params: { ......'.
test_helm-chart
The following actions use a deprecated Node.js version and will be forced to run on node20: azure/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test_web
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], bahmutov/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/