Feat: 외부 파일 접근시 재캐싱 기능 #50
lint.yml
on: pull_request
pnpm_install
35s
Matrix: lint
Matrix: typecheck
Annotations
5 errors
typecheck (backend)
Type '{ id: string; replyId: MiNote["id"] | null; reply: MiNote | null; renoteId: MiNote["id"] | null; renote: MiNote | null; threadId: string | null; text: string | null; name: string | null; ... 28 more ...; updatedAt?: Date | ... 1 more ... | undefined; }' is not assignable to type 'MiNote'.
|
typecheck (backend)
Process completed with exit code 2.
|
lint (frontend):
packages/frontend/src/scripts/get-note-menu.ts#L461
Expected space(s) after "if"
|
lint (frontend):
packages/frontend/src/scripts/get-note-menu.ts#L466
Missing semicolon
|
lint (frontend)
Process completed with exit code 1.
|