Skip to content

fix: correct CI status and review score derivation in PRs Web UI #38

fix: correct CI status and review score derivation in PRs Web UI

fix: correct CI status and review score derivation in PRs Web UI #38

Triggered via pull request February 20, 2026 05:16
Status Success
Total duration 39s
Artifacts

code-quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
lint: web/pages/Integrations.tsx#L158
Unexpected any. Specify a different type
lint: web/pages/Integrations.tsx#L96
Unexpected any. Specify a different type
lint: web/pages/Integrations.tsx#L60
Unexpected any. Specify a different type
lint: src/storage/repositories/sqlite/slack-discussion-repository.ts#L8
'../../../../shared/types.js' import is restricted from being used by a pattern. Avoid deep relative imports (../../). Use @/* path aliases instead
lint: src/storage/repositories/sqlite/agent-persona-repository.ts#L8
'../../../../shared/types.js' import is restricted from being used by a pattern. Avoid deep relative imports (../../). Use @/* path aliases instead
lint: src/storage/repositories/interfaces.ts#L10
'../../../shared/types.js' import is restricted from being used by a pattern. Avoid deep relative imports (../../). Use @/* path aliases instead
lint: src/server/index.ts#L331
'changes' is never reassigned. Use 'const' instead