Skip to content

[Wave9] Welcome Video as separate Screen #428

[Wave9] Welcome Video as separate Screen

[Wave9] Welcome Video as separate Screen #428

Triggered via pull request February 28, 2024 16:40
Status Failure
Total duration 1m 17s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
typecheck: src/languages/es.ts#L1212
Property 'welcomeVideo' is missing in type '{ welcome: string; whatsYourName: string; error: { requiredFirstName: string; requiredLasttName: string; }; }' but required in type '{ welcome: string; welcomeVideo: { title: string; description: string; button: string; }; whatsYourName: string; error: { requiredFirstName: string; requiredLasttName: string; }; }'.
typecheck: src/languages/es.ts#L2714
An object literal cannot have multiple properties with the same name.
typecheck: src/languages/es.ts#L2714
Type '{ welcomeVideo: { title: string; description: string; button: string; }; }' is missing the following properties from type '{ welcome: string; welcomeVideo: { title: string; description: string; button: string; }; whatsYourName: string; error: { requiredFirstName: string; requiredLasttName: string; }; }': welcome, whatsYourName, error
typecheck
Process completed with exit code 2.
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.