Skip to content

feat: add /ping test endpoint to GameController #106

feat: add /ping test endpoint to GameController

feat: add /ping test endpoint to GameController #106

Triggered via push September 28, 2025 06:59
Status Failure
Total duration 23s
Artifacts

linter.yml

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

Annotations

5 errors and 3 warnings
backend-linter
Process completed with exit code 1.
backend-linter: server/src/game/services/lobby.service.ts#L32
Unsafe call of a(n) `any` typed value
backend-linter: server/src/game/services/lobby.service.ts#L30
Unsafe call of a(n) `any` typed value
backend-linter: server/src/game/services/lobby.service.ts#L28
Unsafe call of a(n) `any` typed value
backend-linter: server/src/game/game.controller.ts#L49
Unsafe call of a(n) `error` type typed 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/BackgammonRoom.ts#L547
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