Skip to content

social redesign

social redesign #1379

Triggered via pull request February 7, 2024 22:55
@futurepaulfuturepaul
synchronize #844
new-home
Status Failure
Total duration 50s
Artifacts

android-build.yml

on: pull_request
Build APK
42s
Build APK
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Build APK: src/components/ActivityItem.tsx#L97
Property 'primal_image_url' does not exist on type 'TagItem'.
Build APK: src/components/ContactButton.tsx#L14
Property 'primal_image_url' does not exist on type 'TagItem | PseudoContact'.
Build APK: src/components/NostrActivity.tsx#L87
Property 'get_contact_for_npub' does not exist on type 'MutinyWallet'.
Build APK: src/routes/Activity.tsx#L116
Type '{ contact: TagItem; gradient: any; saveContact: (id: string, contact: ContactFormValues) => Promise<void>; deleteContact: (id: string) => Promise<void>; }' is not assignable to type 'IntrinsicAttributes & { children: Element; contact: TagItem; saveContact: (id: string, contact: ContactFormValues) => void; deleteContact: (id: string) => Promise<...>; }'.
Build APK: src/routes/Chat.tsx#L558
Type 'unknown' is not assignable to type 'CombinedMessagesAndActivity[]'.
Build APK: src/routes/Main.tsx#L33
Property 'get_nostr_profile' does not exist on type 'MutinyWallet'. Did you mean 'get_nwc_profile'?
Build APK: src/routes/NewProfile.tsx#L44
Property 'upload_profile_pic' does not exist on type 'MutinyWallet'.
Build APK: src/routes/NewProfile.tsx#L49
Property 'edit_nostr_profile' does not exist on type 'MutinyWallet'.
Build APK: src/routes/Profile.tsx#L23
Property 'get_nostr_profile' does not exist on type 'MutinyWallet'. Did you mean 'get_nwc_profile'?
Build APK: src/routes/Request.tsx#L110
Type '{ amountSats: string | bigint; }' is not assignable to type 'IntrinsicAttributes & { amountSats: string | bigint; from_fedi_to_ln: boolean; }'.
Build APK
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/cache@v1, actions/setup-node@v3, pnpm/action-setup@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build APK
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/