Add natural language pipeline builder with cron/stage generation #13
secure-ci.yml
on: pull_request
Frontend checks
1m 9s
Backend tests
33s
Dependency review
9s
Annotations
1 error and 6 warnings
|
Backend tests
Process completed with exit code 2.
|
|
Frontend checks:
src/hooks/useLogs.ts#L93
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
|
Frontend checks:
src/hooks/useLogs.ts#L93
React Hook useEffect has a missing dependency: 'fetchLogs'. Either include it or remove the dependency array
|
|
Frontend checks:
src/hooks/useExecutions.ts#L102
React Hook useEffect has a missing dependency: 'fetchExecutions'. Either include it or remove the dependency array
|
|
Frontend checks:
src/hooks/useChatHistory.ts#L50
React Hook useEffect has a missing dependency: 'refreshConversations'. Either include it or remove the dependency array
|
|
Frontend checks:
src/hooks/useAlerts.ts#L110
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
|
Frontend checks:
src/hooks/useAlerts.ts#L110
React Hook useEffect has a missing dependency: 'fetchAlerts'. Either include it or remove the dependency array
|