My files rework [just for ci] #965
Annotations
5 errors and 2 warnings
test_web
'selectors' is declared but its value is never read.
|
test_web
'onlyIfChanged' is declared but its value is never read.
|
test_web
Type '{ kind: "file"; basename: string; size: number; className: string; isSelected: true; onClick: HandlerFunction; onDoubleClick: HandlerFunction; }' is not assignable to type 'Partial<{ className?: string | undefined; kind: "file" | "directory"; basename: string; isSelected: boolean; size: number | undefined; policy: "public" | "private"; onDoubleClick: () => void; onClick: () => void; }> & { ...; }'.
|
test_web
Type '{ kind: "directory"; basename: string; size: undefined; className: string; isSelected: false; onClick: HandlerFunction; onDoubleClick: HandlerFunction; }' is not assignable to type 'Partial<{ className?: string | undefined; kind: "file" | "directory"; basename: string; isSelected: boolean; size: number | undefined; policy: "public" | "private"; onDoubleClick: () => void; onClick: () => void; }> & { ...; }'.
|
test_web
Process completed with exit code 2.
|
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/
|