Skip to content

[#80] Feat: 짤카드 레이아웃 변경, 복사 아이콘 추가 및 각각의 버튼 기능 구현 #101

[#80] Feat: 짤카드 레이아웃 변경, 복사 아이콘 추가 및 각각의 버튼 기능 구현

[#80] Feat: 짤카드 레이아웃 변경, 복사 아이콘 추가 및 각각의 버튼 기능 구현 #101

Triggered via pull request March 6, 2024 13:41
Status Failure
Total duration 28s
Artifacts

deploy.yml

on: pull_request
build-and-deploy
20s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
build-and-deploy: src/components/UploadZzal/ImageUpload.tsx#L108
Type '{ src: string; alt: string; width: number; }' is missing the following properties from type 'ZzalCardProps': imageId, isLiked, imageIndex, queryKey
build-and-deploy: src/components/common/Chat/MessagePreview.tsx#L11
Type '{ src: string; alt: string; width: string; }' is missing the following properties from type 'ZzalCardProps': imageId, isLiked, imageIndex, queryKey
build-and-deploy: src/components/common/Chat/ZzalMessage.tsx#L20
Type '{ src: string; alt: string; width: string; }' is missing the following properties from type 'ZzalCardProps': imageId, isLiked, imageIndex, queryKey
build-and-deploy: src/hooks/api/zzal/useAddImageLike.ts#L29
'error' is declared but its value is never read.
build-and-deploy: src/hooks/api/zzal/useRemoveImageLike.ts#L29
'error' is declared but its value is never read.
build-and-deploy: src/routes/_layout-with-chat/my-liked-zzals/route.lazy.tsx#L32
Type '{ className: string; key: number; src: string; alt: string; }' is missing the following properties from type 'ZzalCardProps': imageId, isLiked, imageIndex, queryKey
build-and-deploy: src/routes/admin/reports/$imageId/index.tsx#L49
Type '{ src: string; alt: string; width: string; hasAnimation: false; }' is missing the following properties from type 'ZzalCardProps': imageId, isLiked, imageIndex, queryKey
build-and-deploy
Process completed with exit code 1.
build-and-deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/