use node 22, update deps #1776
lint.yml
on: pull_request
pnpm_install
30s
Matrix: lint
Matrix: typecheck
Annotations
3 errors and 10 warnings
typecheck (backend)
Type 'Promise<Job<ExtractDataType<DataType, DataType>, ExtractResultType<DataType, ResultType>, ExtractNameType<DataType, NameType>>>' is not assignable to type 'Promise<Job<DataType, ResultType, NameType>>'.
|
typecheck (backend)
Argument of type 'NameType' is not assignable to parameter of type 'ExtractNameType<DataType, NameType>'.
|
typecheck (backend)
Process completed with exit code 1.
|
lint (misskey-js):
packages/misskey-js/src/acct.ts#L7
Assignment to function parameter 'acct'
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L17
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.ts#L32
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.types.ts#L30
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/api.types.ts#L35
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/consts.ts#L158
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/consts.ts#L159
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/consts.ts#L187
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/consts.ts#L191
Unexpected any. Specify a different type
|
lint (misskey-js):
packages/misskey-js/src/consts.ts#L192
Unexpected any. Specify a different type
|