Skip to content

clean repo

clean repo #118

Triggered via pull request November 6, 2023 00:55
Status Failure
Total duration 32s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Build: src/components/App.tsx#L1
Argument of type '({ id, x, y, BranchesNodeType, input, text, streamId, steps, solutions, style, errors, explanations, }: { id?: string | undefined; x: number; y: number; BranchesNodeType: BranchesNodeType; input: string; text: string; streamId?: string | undefined; steps: string[]; solutions?: string[] | undefined; style: any; error...' is not assignable to parameter of type '(node: BranchesNodeInput) => Node'.
Build: src/utils/branchesNode.ts#L1
Type '{ expanded: true; expandable: true; label: string; BranchesNodeType: BranchesNodeType; errors: string[]; input: string; steps: string[]; solutions: string[]; explanations: string[]; streamId: string | undefined; text: string; }' is not assignable to type 'ToTNodeData'.
Build
Process completed with exit code 2.
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/