Skip to content

Merge branch 'main' into refactoring #2

Merge branch 'main' into refactoring

Merge branch 'main' into refactoring #2

Triggered via push October 28, 2024 20:31
Status Failure
Total duration 21s
Artifacts

type-check.yml

on: push
type-check
12s
type-check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
type-check: src/content/challenges-server.js#L111
Parameter 'App' implicitly has an 'any' type.
type-check: src/content/challenges-server.js#L112
Parameter 'req' implicitly has an 'any' type.
type-check: src/content/challenges-server.js#L112
Parameter 'res' implicitly has an 'any' type.
type-check: src/content/challenges-server.js#L117
Parameter 'req' implicitly has an 'any' type.
type-check: src/content/challenges-server.js#L117
Parameter 'res' implicitly has an 'any' type.
type-check: src/content/challenges-server.js#L145
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; A: string; B: string; C: string; D: string; E: string; F: string; }'.
type-check: src/content/challenges-server.js#L145
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; A: string; B: string; C: string; D: string; E: string; F: string; }'.
type-check: src/content/challenges-server.js#L185
Parameter 'req' implicitly has an 'any' type.
type-check: src/content/challenges-server.js#L185
Parameter 'res' implicitly has an 'any' type.
type-check: src/content/challenges-server.js#L195
Parameter 'req' implicitly has an 'any' type.
type-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/