[WIP] Add Copilot setup with ffmpeg, LFS checkout, and firewall guidance #98
ci.yml
on: pull_request
Code Quality
29s
Security Scanning
18s
Performance Validation
0s
Deployment Readiness
0s
Annotations
10 errors
|
Code Quality:
app/api/ai/content-enhancement/route.ts#L157
'userId' is declared but its value is never read.
|
|
Code Quality:
app/api/ai/content-enhancement/route.ts#L137
Property 'generateRecommendations' does not exist on type 'AIContentEnhancement'.
|
|
Code Quality:
app/api/ai/content-enhancement/route.ts#L101
Argument of type 'string' is not assignable to parameter of type '{ title: string; description: string; tags: string[]; }'.
|
|
Code Quality:
app/api/ai/content-appeal/route.ts#L74
Property 'userId' does not exist on type 'Promise<SessionAuthWithRedirect<never>>'.
|
|
Code Quality:
app/api/ai/content-appeal/route.ts#L66
'error' is of type 'unknown'.
|
|
Code Quality:
app/api/ai/content-appeal/route.ts#L25
Property 'userId' does not exist on type 'Promise<SessionAuthWithRedirect<never>>'.
|
|
Code Quality:
app/api/ai/content-analysis/route.ts#L65
Property 'userId' does not exist on type 'Promise<SessionAuthWithRedirect<never>>'.
|
|
Code Quality:
app/api/ai/content-analysis/route.ts#L57
'error' is of type 'unknown'.
|
|
Code Quality:
app/api/ai/content-analysis/route.ts#L22
Property 'userId' does not exist on type 'Promise<SessionAuthWithRedirect<never>>'.
|
|
Code Quality:
app/(dashboard)/library/page.tsx#L8
'userId' is declared but its value is never read.
|