Skip to content

Housekeeping miscellaneous #162

Housekeeping miscellaneous

Housekeeping miscellaneous #162

Triggered via pull request December 16, 2023 22:09
Status Failure
Total duration 25s
Artifacts

nodejs.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
build (18.x): src/Block.ts#L1
Cannot find name 'Target'.
build (18.x): src/Block.ts#L1
Parameter 'target' of public static method from exported class has or is using private name 'Target'.
build (18.x): src/Block.ts#L1
Type '"looks_costume"' is not comparable to type 'OpCode.motion_movesteps | OpCode.motion_turnright | OpCode.motion_turnleft | OpCode.motion_goto | OpCode.motion_gotoxy | OpCode.motion_glideto | OpCode.motion_glidesecstoxy | OpCode.motion_pointindirection | OpCode.motion_pointtowards | OpCode.motion_changexby | OpCode.motion_setx | ... 162 more ... | OpCode.wedo2_p...'.
build (18.x): src/Block.ts#L1
Type 'string' is not assignable to type 'void | { type: "number"; initial: Readonly<string | number>; } | { type: "string"; initial: string; } | { type: "boolean"; initial: Readonly<boolean>; } | { type: "angle"; initial: number; } | ... 41 more ... | { ...; }'.
build (18.x): src/Block.ts#L1
Type '"sound_sounds_menu"' is not comparable to type 'OpCode.motion_movesteps | OpCode.motion_turnright | OpCode.motion_turnleft | OpCode.motion_goto | OpCode.motion_gotoxy | OpCode.motion_glideto | OpCode.motion_glidesecstoxy | OpCode.motion_pointindirection | OpCode.motion_pointtowards | OpCode.motion_changexby | OpCode.motion_setx | ... 162 more ... | OpCode.wedo2_p...'.
build (18.x): src/Block.ts#L1
Type 'string' is not assignable to type 'void | { type: "number"; initial: Readonly<string | number>; } | { type: "string"; initial: string; } | { type: "boolean"; initial: Readonly<boolean>; } | { type: "angle"; initial: number; } | ... 41 more ... | { ...; }'.
build (18.x): src/io/sb3/toSb3.ts#L1
Cannot find name 'target'. Did you mean 'Target'?
build (18.x)
Process completed with exit code 1.
build (18.x)
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/