Skip to content

Refactor: second try #4

Refactor: second try

Refactor: second try #4

Triggered via pull request September 12, 2024 03:14
Status Failure
Total duration 41s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
check: src/assets/GlobalHeader.tsx#L97
Property 'hint' does not exist on type 'JSX.IntrinsicElements'.
check: src/components/TopPage/index.tsx#L3
Cannot find module '../../routes' or its corresponding type declarations.
check: src/components/TopPage/index.tsx#L14
Parameter 'route' implicitly has an 'any' type.
check: src/components/VariableList/index.tsx#L5
Cannot find module '../../config/blockly' or its corresponding type declarations.
check: src/maze/steps/step1.tsx#L7
Property 'allowReset' is missing in type '{ height: number; width: number; description: string; }' but required in type 'Variables'.
check
Process completed with exit code 2.
check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/