Skip to content

feat: 特定のロールにのみお知らせ #33

feat: 特定のロールにのみお知らせ

feat: 特定のロールにのみお知らせ #33

Triggered via pull request August 2, 2024 15:03
Status Success
Total duration 9m 12s
Artifacts

lint.yml

on: pull_request
pnpm_install
35s
pnpm_install
Matrix: lint
Matrix: typecheck
Fit to window
Zoom out
Zoom in

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.