Skip to content

Refactor/#150/project form #219

Refactor/#150/project form

Refactor/#150/project form #219

Triggered via pull request March 20, 2024 04:35
Status Failure
Total duration 44s
Artifacts

deploy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
deploy
Unhandled error: HttpError: Unprocessable Entity: "User can only have one pending review per pull request"
deploy: src/pages/ProfileEditPage/components/Profile/ProfileTechStack.tsx#L91
Argument of type 'readonly (string | number | Skill | Skill[] | { category: string; data: Skill[]; } | { category: string; data: Skill[]; }[] | undefined)[]' is not assignable to parameter of type 'WithIdType[]'.
deploy: src/pages/ProfileEditPage/components/Profile/ProfileTechStack.tsx#L101
Argument of type 'WithIdType' is not assignable to parameter of type 'Skill'.
deploy: src/pages/ProfileEditPage/components/Profile/ProfileTechStack.tsx#L102
Argument of type '(profileInfo: ProfileInfo) => { techStacks: (TechStack | { skillId: number | null; category: string; })[]; profileImageUrl: string; nickname: string; career: string; introduction: string; githubUrl: string; blogUrl: string; job: string; }' is not assignable to parameter of type 'SetStateAction<ProfileInfo>'.
deploy: src/pages/ProfileEditPage/components/Profile/ProfileTechStack.tsx#L116
Property 'name' does not exist on type 'WithIdType'.
deploy: src/pages/ProfileEditPage/components/Profile/ProfileTechStack.tsx#L117
Property 'name' does not exist on type 'WithIdType'.
deploy: src/pages/ProfileEditPage/components/Profile/ProfileTechStack.tsx#L138
Property 'name' does not exist on type 'string | number | Skill | Skill[] | { category: string; data: Skill[]; } | { category: string; data: Skill[]; }[]'.
deploy: src/pages/ProfileEditPage/components/Profile/ProfileTechStack.tsx#L139
Property 'name' does not exist on type 'string | number | Skill | Skill[] | { category: string; data: Skill[]; } | { category: string; data: Skill[]; }[]'.
deploy: src/pages/ProfileEditPage/components/Profile/ProfileTechStack.tsx#L140
Argument of type 'string | number | Skill | Skill[] | { category: string; data: Skill[]; } | { category: string; data: Skill[]; }[] | undefined' is not assignable to parameter of type 'Skill'.
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/github-script@v6. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.