Skip to content

feat: adding whistle and zambonie icons for live game status #106

feat: adding whistle and zambonie icons for live game status

feat: adding whistle and zambonie icons for live game status #106

Triggered via push November 4, 2024 00:41
Status Failure
Total duration 44s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
check: app/data/mocks.ts#L51
Property 'isRunning' is missing in type '{ currentPeriod: number; isIntermission: false; timeRemaining: string; }' but required in type 'GameClock'.
check: app/data/normalization/gameDetails/index.ts#L86
Property 'isRunning' is missing in type '{ currentPeriod: number; isIntermission: boolean; timeRemaining: string; }' but required in type 'GameClock'.
check
Process completed with exit code 1.
check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/