Skip to content

✨ Show subject stats/summary #675

✨ Show subject stats/summary

✨ Show subject stats/summary #675

Triggered via pull request January 21, 2025 17:44
Status Failure
Total duration 1m 6s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Build: app/actions/ModActionPanel/QuickAction.tsx#L678
Type 'AccountStats | undefined' is not assignable to type 'AccountStats'.
Build: app/actions/ModActionPanel/QuickAction.tsx#L679
Type 'RecordsStats | undefined' is not assignable to type 'RecordsStats'.
Build: app/actions/ModActionPanel/QuickAction.tsx#L900
Type 'AccountStats | undefined' is not assignable to type 'AccountStats'.
Build: app/actions/ModActionPanel/QuickAction.tsx#L901
Type 'RecordsStats | undefined' is not assignable to type 'RecordsStats'.
Build: components/mod-event/EventList.tsx#L224
Property 'allowExpansion' is missing in type '{ onAccountTakedownClick: () => void; stats: { accountStats: AccountStats; recordsStats: RecordsStats; }; }' but required in type '{ onAccountTakedownClick?: (() => void) | undefined; allowExpansion: boolean; stats: { accountStats?: AccountStats | undefined; recordsStats?: RecordsStats | undefined; }; }'.
Build
Process completed with exit code 2.
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636