Skip to content

fix: Resolve Docker build and TypeScript errors #158

fix: Resolve Docker build and TypeScript errors

fix: Resolve Docker build and TypeScript errors #158

Triggered via push November 28, 2025 10:46
Status Failure
Total duration 28s
Artifacts

linter.yml

on: push
backend-linter
24s
backend-linter
frontend-linter
20s
frontend-linter
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 7 warnings
backend-linter
Process completed with exit code 1.
backend-linter: server/src/game/rooms/LobbyRoom.ts#L36
Unsafe member access .roomId on an `any` value
backend-linter: server/src/game/rooms/LobbyRoom.ts#L34
Unsafe member access .roomId on an `any` value
backend-linter: server/src/game/rooms/LobbyRoom.ts#L29
Unsafe assignment of an `any` value
frontend-linter
The process '/usr/bin/git' failed with exit code 128
backend-linter
The process '/usr/bin/git' failed with exit code 128
backend-linter: server/src/game/rooms/LobbyRoom.ts#L36
Unsafe argument of type `any` assigned to a parameter of type `string`
backend-linter: server/src/game/rooms/LobbyRoom.ts#L34
Unsafe argument of type `any` assigned to a parameter of type `Partial<RoomInfo>`
backend-linter: server/src/game/rooms/LobbyRoom.ts#L34
Unsafe argument of type `any` assigned to a parameter of type `string`
backend-linter: server/src/game/rooms/LobbyRoom.ts#L32
Unsafe argument of type `any` assigned to a parameter of type `RoomInfo`
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L627
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator