Skip to content

feat: amplify yml

feat: amplify yml #3

Triggered via push January 19, 2026 02:27
Status Failure
Total duration 21s
Artifacts

ci.yml

on: push
install-lint-build
18s
install-lint-build
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 6 warnings
install-lint-build
Process completed with exit code 1.
install-lint-build: src/features/dashboard-llm/components/time-series-chart.tsx#L89
Unexpected any. Specify a different type
install-lint-build: src/features/dashboard-llm/components/time-series-chart.tsx#L81
Unexpected any. Specify a different type
install-lint-build: src/features/dashboard-llm/components/time-series-chart.tsx#L81
Unexpected any. Specify a different type
install-lint-build: src/features/budgets/index.tsx#L119
Unexpected any. Specify a different type
install-lint-build: src/features/budgets/components/budgets-action-dialog.tsx#L57
Unexpected any. Specify a different type
install-lint-build
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
install-lint-build
React Hook useEffect has a missing dependency: 'table'. Either include it or remove the dependency array
install-lint-build: src/features/budgets/components/budgets-provider.tsx#L74
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
install-lint-build
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
install-lint-build
React Hook useEffect has a missing dependency: 'table'. Either include it or remove the dependency array
install-lint-build: src/context/search-provider.tsx#L9
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file