Skip to content

link to Edit Profile - Following Tab #2585

link to Edit Profile - Following Tab

link to Edit Profile - Following Tab #2585

Triggered via pull request December 30, 2024 22:32
Status Failure
Total duration 2m 24s
Artifacts

repo-checks.yml

on: pull_request
Integration Tests
0s
Integration Tests
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Code Quality: stories/organisms/ProfileHeader.stories.tsx#L31
Conversion of type '{ isUser: true; isOrg: false; isProfilePublic: boolean; uid: string; profileId: string; profile: Profile; isMobile: boolean; onProfilePublicityChanged: (isPublic: boolean) => void; }' to type '{ actions: { profile: Profile | undefined; loading: boolean; updateSenator: (senator: ProfileMember | null) => Promise<void>; updateRep: (rep: ProfileMember | null) => Promise<...>; ... 21 more ...; updatingBillsFollowing: boolean; }; ... 6 more ...; uid: string; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Code Quality: stories/organisms/ProfileHeader.stories.tsx#L58
Object literal may only specify known properties, and 'isProfilePublic' does not exist in type 'Partial<ArgTypes<{ actions: { profile: Profile | undefined; loading: boolean; updateSenator: (senator: ProfileMember | null) => Promise<void>; updateRep: (rep: ProfileMember | null) => Promise<...>; ... 21 more ...; updatingBillsFollowing: boolean; }; ... 6 more ...; uid: string; }>>'.
Code Quality: stories/organisms/editprofile/ProfileSettingsModal.stories.tsx#L36
Type '"Daily"' is not assignable to type '"Weekly" | "Monthly" | "None" | undefined'.
Code Quality: stories/organisms/editprofile/personalInfoTal.stories.tsx#L41
Type '"Daily"' is not assignable to type '"Weekly" | "Monthly" | "None" | undefined'.
Code Quality: stories/organisms/editprofile/personalInfoTal.stories.tsx#L76
Type '"Daily"' is not assignable to type '"Weekly" | "Monthly" | "None" | undefined'.
Code Quality: stories/pages/EditProfilePage.stories.tsx#L44
Type '"Daily"' is not assignable to type '"Weekly" | "Monthly" | "None" | undefined'.
Code Quality
Process completed with exit code 2.
Code Quality
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636