Skip to content

[feature] Terrain can now be marked as non-destructive. #94

[feature] Terrain can now be marked as non-destructive.

[feature] Terrain can now be marked as non-destructive. #94

Triggered via push December 30, 2024 20:49
Status Failure
Total duration 29s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
deploy: src/components/lobby.tsx#L43
Property 'ammo' is missing in type '{ name: string; group: TeamGroup.Red; playerUserId: string | null; worms: { name: string; health: number; maxHealth: number; }[]; }' but required in type 'Team'.
deploy: src/components/menus/overlaytest.tsx#L22
Type 'IWeaponDefiniton[] | null' is not assignable to type 'AmmoCount | null'.
deploy: src/state/recorder.ts#L146
Type '{ name: string; group: TeamGroup; playerUserId: string | null; worms: { uuid: string; name: string; health: number; maxHealth: number; }[]; }[]' is not assignable to type '{ group: TeamGroup; name: string; worms: { uuid: string; name: string; health: number; maxHealth: number; }[]; playerUserId: string | null; ammo: Record<string, number>; }[]'.
deploy
Process completed with exit code 2.
deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636