fix up convo title links #19691
lint.yml
on: pull_request
Lint frontend
42s
Lint python
39s
Check version consistency
7s
Annotations
10 errors and 3 warnings
Lint frontend
Type '{ conversationID: string; onDelete: Mock<Procedure>; onChangeTitle: Mock<Procedure>; isActive: true; title: string; selectedRepository: null; lastUpdatedAt: string; }' is not assignable to type 'IntrinsicAttributes & ConversationCardProps'.
|
Lint frontend
Type '{ conversationID: string; onDelete: Mock<Procedure>; onChangeTitle: Mock<Procedure>; isActive: true; title: string; selectedRepository: null; lastUpdatedAt: string; }' is not assignable to type 'IntrinsicAttributes & ConversationCardProps'.
|
Lint frontend
Type '{ conversationID: string; onDelete: Mock<Procedure>; onChangeTitle: Mock<Procedure>; isActive: true; title: string; selectedRepository: string; lastUpdatedAt: string; }' is not assignable to type 'IntrinsicAttributes & ConversationCardProps'.
|
Lint frontend
Type '{ conversationID: string; onDelete: Mock<Procedure>; onChangeTitle: Mock<Procedure>; isActive: true; title: string; selectedRepository: null; lastUpdatedAt: string; }' is not assignable to type 'IntrinsicAttributes & ConversationCardProps'.
|
Lint frontend
Type '{ conversationID: string; onDelete: Mock<Procedure>; isActive: true; onChangeTitle: Mock<Procedure>; title: string; selectedRepository: null; lastUpdatedAt: string; }' is not assignable to type 'IntrinsicAttributes & ConversationCardProps'.
|
Lint frontend
Type '{ conversationID: string; onDelete: Mock<Procedure>; isActive: true; title: string; selectedRepository: null; lastUpdatedAt: string; onChangeTitle: Mock<Procedure>; }' is not assignable to type 'IntrinsicAttributes & ConversationCardProps'.
|
Lint frontend
Type '{ conversationID: string; onDelete: Mock<Procedure>; isActive: true; onChangeTitle: Mock<Procedure>; title: string; selectedRepository: null; lastUpdatedAt: string; }' is not assignable to type 'IntrinsicAttributes & ConversationCardProps'.
|
Lint frontend
Type '{ conversationID: string; onDelete: Mock<Procedure>; onChangeTitle: Mock<Procedure>; onDownloadWorkspace: Mock<Procedure>; title: string; selectedRepository: null; lastUpdatedAt: string; }' is not assignable to type 'IntrinsicAttributes & ConversationCardProps'.
|
Lint frontend
Type '{ conversationID: string; onChangeTitle: Mock<Procedure>; title: string; selectedRepository: null; lastUpdatedAt: string; }' is not assignable to type 'IntrinsicAttributes & ConversationCardProps'.
|
Lint frontend
Type '{ conversationID: string; onDelete: Mock<Procedure>; title: string; selectedRepository: null; lastUpdatedAt: string; }' is not assignable to type 'IntrinsicAttributes & ConversationCardProps'.
|
Check version consistency
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint python
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint frontend
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|