ci: switch to Bun #50
ci.yml
on: pull_request
Lint and format code
13s
Annotations
10 errors
Lint and format code:
lib/post.ts#L4
Unsafe return of an `any[]` typed value
|
Lint and format code:
lib/post.ts#L6
Unsafe argument of type `any` assigned to a parameter of type `string | number | Date`
|
Lint and format code:
lib/post.ts#L6
Unsafe member access .data on an `any` value
|
Lint and format code:
lib/post.ts#L7
Unsafe argument of type `any` assigned to a parameter of type `string | number | Date`
|
Lint and format code:
lib/post.ts#L7
Unsafe member access .data on an `any` value
|
Lint and format code:
lib/post.ts#L14
Unsafe call of an `any` typed value
|
Lint and format code:
lib/post.ts#L14
Unsafe member access .data on an `any` value
|
Lint and format code:
lib/post.ts#L14
Unsafe argument of type `any` assigned to a parameter of type `string`
|
Lint and format code:
lib/post.ts#L23
Unsafe return of an `any` typed value
|
Lint and format code:
lib/post.ts#L24
Unsafe assignment of an `any` value
|