E2E workflows #1
This workflow graph cannot be shown
A graph will be generated the next time this workflow is run.
Annotations
1 error and 5 warnings
Invalid workflow file:
.github/workflows/pr-open.yml#L51
error parsing called workflow
".github/workflows/pr-open.yml"
-> "./.github/workflows/ci.yaml"
: failed to fetch workflow: workflow was not found.
|
src/app/App.tsx#L18
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)
|
src/features/PassSurvey/model/AlertsExtractor.ts#L211
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/features/TakeNow/ui/ValidateTakeNowParams.tsx#L48
React Hook useEffect has a missing dependency: 'getMultiInformantState'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
|
src/features/TakeNow/ui/ValidateTakeNowParams.tsx#L68
React Hook useEffect has missing dependencies: 'logout' and 'navigate'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
|
src/widgets/LoginWithRedirect/index.tsx#L24
React Hook useEffect has missing dependencies: 'location.pathname' and 'location.search'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
|