Develop #5
react-native-cicd.yml
on: pull_request
Annotations
2 errors and 10 warnings
|
test
Process completed with exit code 1.
|
|
test:
src/app/(app)/_layout.tsx#L3
Run autofix to sort these imports!
|
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test:
src/services/offline-event-manager.service.ts#L272
A `require()` style import is forbidden
|
|
test:
src/services/offline-event-manager.service.ts#L106
A `require()` style import is forbidden
|
|
|
|
test:
src/app/(app)/incidents.tsx#L57
Replace `(⏎··········<IncidentCard·board={item}·title={callTitle(item.Command.CallId)}·onPress={()·=>·router.push(`/incident/${item.Command.CallId}`·as·never)}·/>⏎········)` with `<IncidentCard·board={item}·title={callTitle(item.Command.CallId)}·onPress={()·=>·router.push(`/incident/${item.Command.CallId}`·as·never)}·/>`
|
|
test:
src/app/(app)/command.tsx#L354
React Hook useCallback has a missing dependency: 'notifyAssignmentOutcome'. Either include it or remove the dependency array
|
|
test:
src/app/(app)/command.tsx#L344
React Hook useCallback has a missing dependency: 'notifyAssignmentOutcome'. Either include it or remove the dependency array
|
|
test:
src/app/(app)/command.tsx#L332
React Hook useCallback has a missing dependency: 'notifyAssignmentOutcome'. Either include it or remove the dependency array
|
|
test:
src/app/(app)/command.tsx#L293
React Hook useCallback has a missing dependency: 'notifyAssignmentOutcome'. Either include it or remove the dependency array
|
|
test:
src/app/(app)/command.tsx#L282
React Hook useCallback has a missing dependency: 'notifyAssignmentOutcome'. Either include it or remove the dependency array
|