feat: 特定のロールにのみお知らせ #33
lint.yml
on: pull_request
pnpm_install
35s
Matrix: lint
Matrix: typecheck
Annotations
8 errors
typecheck (backend)
Cannot find name 'ScheduledNoteDeleteJobData'.
|
typecheck (backend)
Cannot find name 'ScheduledNoteDeleteQueue'.
|
typecheck (backend)
Type '{ pinnedNotes?: ({ text: SchemaType<{ readonly type: "string"; readonly optional: false; readonly nullable: true; }>; id: string; userId: string; user: { host: SchemaType<{ readonly type: "string"; readonly nullable: true; readonly optional: false; readonly example: "misskey.example.com"; readonly description: "The ...' is not assignable to type '{ name: string; id: string; userId: SchemaType<{ readonly type: "string"; readonly nullable: true; readonly optional: false; readonly format: "id"; }>; isSensitive: SchemaType<{ readonly type: "boolean"; readonly optional: false; readonly nullable: false; }>; ... 10 more ...; createdAt: string; } & {} & { ...; }'.
|
typecheck (backend)
A type predicate's type must be assignable to its parameter's type.
|
typecheck (backend)
Cannot find name 'ScheduledNoteDeleteQueue'.
|
typecheck (backend)
Process completed with exit code 2.
|
lint (frontend):
packages/frontend/src/components/MkFollowButton.vue#L127
'hasPendingFollowRequestFromYou' is not defined
|
lint (frontend)
Process completed with exit code 1.
|