Fix shared schema import path for Docker deployment #111
ci.yml
on: push
Lint & Type Check
36s
Unit Tests
33s
Integration Tests
36s
Dependency Review
0s
API Health Check
3s
Notify Status
2s
Annotations
15 errors and 1 warning
|
Security Scan
Process completed with exit code 1.
|
|
Security Scan
BASE and HEAD commits are the same. TruffleHog won't scan anything. Please see documentation (https://github.com/trufflesecurity/trufflehog#octocat-trufflehog-github-action).
|
|
Unit Tests
Process completed with exit code 1.
|
|
Integration Tests
Process completed with exit code 1.
|
|
Lint & Type Check:
server/index.ts#L13
Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', 'nodenext', or 'preserve', and the 'target' option is set to 'es2017' or higher.
|
|
Lint & Type Check:
server/index.ts#L13
'await' expressions are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module.
|
|
Lint & Type Check:
server/db.ts#L3
Cannot find module 'dotenv/config' or its corresponding type declarations.
|
|
Lint & Type Check:
server/db.ts#L3
Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', 'nodenext', or 'preserve', and the 'target' option is set to 'es2017' or higher.
|
|
Lint & Type Check:
server/alpha-alerts.ts#L52
Parameter 'w' implicitly has an 'any' type.
|
|
Lint & Type Check:
server/ai-blacklist.ts#L58
Parameter 'l' implicitly has an 'any' type.
|
|
Lint & Type Check:
server/ai-blacklist.ts#L48
Parameter 'l' implicitly has an 'any' type.
|
|
Lint & Type Check:
server/ai-blacklist.ts#L47
Parameter 'l' implicitly has an 'any' type.
|
|
Lint & Type Check:
client/src/components/bundle-visualization-chart.tsx#L358
Parameter 'data' implicitly has an 'any' type.
|
|
Lint & Type Check:
client/src/components/bundle-visualization-chart.tsx#L358
No overload matches this call.
|
|
E2E Tests (Playwright)
Process completed with exit code 1.
|
|
E2E Tests (Playwright)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|