Skip to content

feat: added Stack impl/ LeetCode 3062 finished in TypeScript - Xavier Cruz #6

feat: added Stack impl/ LeetCode 3062 finished in TypeScript - Xavier Cruz

feat: added Stack impl/ LeetCode 3062 finished in TypeScript - Xavier Cruz #6

Triggered via pull request October 21, 2024 22:10
Status Failure
Total duration 20s
Artifacts

check_lesson_12_ts_pr.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: lesson_12/structs_ts/src/lesson12.ts#L13
Strings must use singlequote
build: lesson_12/structs_ts/src/lesson12.ts#L19
'next' is never reassigned. Use 'const' instead
build: lesson_12/structs_ts/src/lesson12.ts#L21
Strings must use singlequote
build: lesson_12/structs_ts/src/lesson12.ts#L23
Forbidden non-null assertion
build: lesson_12/structs_ts/src/lesson12.ts#L25
Forbidden non-null assertion
build: lesson_12/structs_ts/src/lesson12.ts#L32
Strings must use singlequote
build: lesson_12/structs_ts/src/lesson12.ts#L35
Strings must use singlequote
build: lesson_12/structs_ts/src/lesson12.ts#L35
Strings must use singlequote
build: lesson_12/structs_ts/src/list_node.ts#L5
Type number trivially inferred from a number literal, remove type annotation
build: lesson_12/structs_ts/src/stack.ts#L11
'node' is never reassigned. Use 'const' instead