Skip to content

Merge pull request #5 from Abdallah-Abdaljalil/fixing-fib.ts-type #6

Merge pull request #5 from Abdallah-Abdaljalil/fixing-fib.ts-type

Merge pull request #5 from Abdallah-Abdaljalil/fixing-fib.ts-type #6

Triggered via push August 31, 2024 11:52
Status Failure
Total duration 31s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test: src/fibRoute.ts#L3
Unsafe assignment of an `any` value
test: src/fibRoute.ts#L3
Require statement not part of import statement
test: src/fibRoute.ts#L6
Unsafe assignment of an `any` value
test: src/fibRoute.ts#L6
Unsafe member access .params on an `any` value
test: src/fibRoute.ts#L8
Unsafe assignment of an `any` value
test: src/fibRoute.ts#L8
Unsafe call of an `any` typed value
test: src/fibRoute.ts#L8
Unsafe argument of type `any` assigned to a parameter of type `string`
test: src/fibRoute.ts#L9
Invalid type "any" of template literal expression
test: src/fibRoute.ts#L9
Invalid type "any" of template literal expression
test: src/fibRoute.ts#L12
Invalid type "any" of template literal expression
test
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/