Skip to content

[WIP] Add Copilot setup with ffmpeg, LFS checkout, and firewall guidance #98

[WIP] Add Copilot setup with ffmpeg, LFS checkout, and firewall guidance

[WIP] Add Copilot setup with ffmpeg, LFS checkout, and firewall guidance #98

Re-run triggered August 28, 2025 12:55
Status Failure
Total duration 36s
Artifacts

ci.yml

on: pull_request
Code Quality
29s
Code Quality
Security Scanning
18s
Security Scanning
Build Validation
Build Validation
Unit Tests
Unit Tests
Performance Validation
0s
Performance Validation
E2E Tests
0s
E2E Tests
Deployment Readiness
0s
Deployment Readiness
Fit to window
Zoom out
Zoom in

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.