feat: add prettier #5
tests.yml
on: pull_request
Typecheck
33s
Check format
42s
Annotations
7 errors
Typecheck:
server/api/repos/[repo_id]/chat.post.ts#L28
'chatResponse' is of type 'unknown'.
|
Typecheck:
server/api/repos/[repo_id]/chat.post.ts#L29
'chatResponse' is of type 'unknown'.
|
Typecheck:
server/api/repos/[repo_id]/clone.post.ts#L93
Parameter 'comment' implicitly has an 'any' type.
|
Typecheck:
server/api/repos/[repo_id]/clone.post.ts#L111
'indexingResponse' is of type 'unknown'.
|
Typecheck:
server/api/repos/[repo_id]/clone.post.ts#L112
'indexingResponse' is of type 'unknown'.
|
Typecheck
Process completed with exit code 1.
|
Check format
Process completed with exit code 1.
|