Skip to content

Parallelize Baseline verification #134

Parallelize Baseline verification

Parallelize Baseline verification #134

Triggered via pull request July 28, 2026 22:08
Status Failure
Total duration 1m 14s
Artifacts

baseline.yml

on: pull_request
Workflow validation
10s
Workflow validation
Backend build and tests
31s
Backend build and tests
Frontend lint and build
1m 6s
Frontend lint and build
Website lint, routes, and build
38s
Website lint, routes, and build
Governance and release checks
21s
Governance and release checks
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 10 warnings
Governance and release checks
Process completed with exit code 1.
Website lint, routes, and build
Process completed with exit code 1.
Frontend lint and build
Process completed with exit code 1.
Frontend lint and build: frontend/src/app/support/page.tsx#L231
`'` can be escaped with `'`, `‘`, `'`, `’`
Frontend lint and build: frontend/src/app/components/tabular/TRSidePanel.tsx#L160
`"` can be escaped with `"`, `“`, `"`, `”`
Frontend lint and build: frontend/src/app/components/tabular/TRSidePanel.tsx#L160
`"` can be escaped with `"`, `“`, `"`, `”`
Frontend lint and build
Unexpected any. Specify a different type
Frontend lint and build
Unexpected any. Specify a different type
Frontend lint and build
Unexpected any. Specify a different type
Frontend lint and build
Unexpected any. Specify a different type
Frontend lint and build
Unexpected any. Specify a different type
verify
Process completed with exit code 1.
Frontend lint and build: frontend/src/app/components/projects/ProjectExplorer.tsx#L94
Expected an assignment or function call and instead saw an expression
Frontend lint and build: frontend/src/app/components/projects/DocumentSidePanel.tsx#L152
React Hook useEffect has missing dependencies: 'doc' and 'onLoadVersions'. Either include them or remove the dependency array. If 'onLoadVersions' changes too often, find the parent component that defines it and wrap that definition in useCallback
Frontend lint and build: frontend/src/app/components/popups/MfaVerificationPopup.tsx#L246
React Hook useEffect has a missing dependency: 'digits'. Either include it or remove the dependency array
Frontend lint and build: frontend/src/app/components/modals/AddProjectDocsModal.tsx#L86
Expected an assignment or function call and instead saw an expression
Frontend lint and build: frontend/src/app/components/assistant/DocPanel.tsx#L136
React Hook useMemo has an unnecessary dependency: 'citationQuoteId'. Either exclude it or remove the dependency array
Frontend lint and build: frontend/src/app/(pages)/layout.tsx#L42
React Hook useEffect has a missing dependency: 'isSidebarOpen'. Either include it or remove the dependency array
Frontend lint and build: frontend/src/app/(pages)/account/security/page.tsx#L670
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Frontend lint and build: frontend/src/app/(pages)/account/page.tsx#L20
'accountGlassPrimaryButtonClassName' is defined but never used
Frontend lint and build: frontend/src/app/(pages)/account/connectors/page.tsx#L181
React Hook useEffect has a missing dependency: 'selectedConnector'. Either include it or remove the dependency array