Skip to content

UI improvements

UI improvements #23

Triggered via push October 15, 2024 17:56
Status Failure
Total duration 1m 7s
Artifacts

lint.yaml

on: push
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
ci (ubuntu-latest, lts/*)
Type '"userToArticleLikes"' is not assignable to type '"articleAmounts" | "articleBuyers" | "articleCommentToUser" | "articleIdToUser" | "articleIds" | "articlePrices" | "articleToBookmarks" | "articleToComments" | "basedArticles" | ... 6 more ... | "userToFollowing"'. Did you mean '"userArticles"'?
ci (ubuntu-latest, lts/*)
Type '"articleToLikes"' is not assignable to type '"articleAmounts" | "articleBuyers" | "articleCommentToUser" | "articleIdToUser" | "articleIds" | "articlePrices" | "articleToBookmarks" | "articleToComments" | "basedArticles" | ... 6 more ... | "userToFollowing"'.
ci (ubuntu-latest, lts/*)
Type '"likeArticle"' is not assignable to type '"bookmarkArticle" | "buyArticle" | "commentOnArticle" | "createArticle" | "deleteArticle" | "deleteComment" | "followUser" | "removeBookmark" | "removeFollower" | "unfollowUser" | "updateArticleAmount" | "updateArticlePrice"'.
ci (ubuntu-latest, lts/*)
Type '"unlikeArticle"' is not assignable to type '"bookmarkArticle" | "buyArticle" | "commentOnArticle" | "createArticle" | "deleteArticle" | "deleteComment" | "followUser" | "removeBookmark" | "removeFollower" | "unfollowUser" | "updateArticleAmount" | "updateArticlePrice"'.
ci (ubuntu-latest, lts/*)
Argument of type 'readonly [string] | readonly [bigint] | readonly [boolean] | readonly [string, string, bigint]' is not assignable to parameter of type 'SetStateAction<boolean>'.
ci (ubuntu-latest, lts/*)
Process completed with exit code 2.
ci (ubuntu-latest, lts/*)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/