Skip to content

Feat: Gameboard grid implementation #249

Feat: Gameboard grid implementation

Feat: Gameboard grid implementation #249

Re-run triggered December 28, 2024 13:08
Status Failure
Total duration 37s
Artifacts

client_ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
node
Property 'onRoll' is missing in type '{}' but required in type 'DiceProps'.
node
Property 'setPlayerTurn' does not exist on type 'GameContextType'.
node
Element implicitly has an 'any' type because expression of type 'number' can't be used to index type '{ 1: number[][]; 2: number[][]; 3: number[][]; 4: number[][]; 5: number[][]; 6: number[][]; }'.
node
Type '{ highlighted: boolean; noofPieces: number; backgroundColor: string; borderColor: string; }' is not assignable to type 'IntrinsicAttributes & PlayerZoneProps'.
node
Type '{ highlighted: boolean; noofPieces: number; backgroundColor: string; borderColor: string; }' is not assignable to type 'IntrinsicAttributes & PlayerZoneProps'.
node
Type '{ highlighted: boolean; noofPieces: number; backgroundColor: string; borderColor: string; }' is not assignable to type 'IntrinsicAttributes & PlayerZoneProps'.
node
Type '{ highlighted: boolean; noofPieces: number; backgroundColor: string; borderColor: string; }' is not assignable to type 'IntrinsicAttributes & PlayerZoneProps'.
node
Process completed with exit code 2.
node
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636