chore: add basic github workflow #5
Annotations
12 errors and 2 warnings
backend
'initialState' is possibly 'null'.
|
backend
Process completed with exit code 2.
|
frontend:
src/frontend/hooks/persistedState/usePersistedLocale.ts#L12
Object is possibly 'undefined'.
|
frontend:
src/frontend/lib/utils.ts#L3
Module '"../sharedTypes/PresetTypes"' has no exported member 'SelectOptions'.
|
frontend:
src/frontend/lib/utils.ts#L3
Module '"../sharedTypes/PresetTypes"' has no exported member 'LabeledSelectOption'.
|
frontend:
src/frontend/lib/utils.ts#L225
Parameter 'option' implicitly has an 'any' type.
|
frontend:
src/frontend/screens/MapScreen/ObsevationMapLayer.tsx#L5
Cannot find module '@rnmapbox/maps/lib/typescript/types/OnPressEvent' or its corresponding type declarations.
|
frontend:
src/frontend/screens/ObservationsList/index.tsx#L73
No overload matches this call.
|
frontend:
src/frontend/screens/PresetChooser.tsx#L45
Object is possibly 'undefined'.
|
frontend:
src/frontend/screens/Settings/CreateOrJoinProject/CreateProject/index.tsx#L156
Argument of type '{ container: { paddingTop: number; paddingBottom: number; height: "100%"; justifyContent: "space-between"; }; accordianHeader: { flexDirection: "row"; justifyContent: "space-between"; alignItems: "center"; padding: number; borderTopWidth: number; borderBottomWidth: number; boderColor: string; }; }' is not assignable to parameter of type '{ container: { paddingTop: number; paddingBottom: number; height: "100%"; justifyContent: "space-between"; }; accordianHeader: { flexDirection: "row"; justifyContent: "space-between"; alignItems: "center"; padding: number; borderTopWidth: number; borderBottomWidth: number; boderColor: string; }; } & NamedStyles<...>'.
|
frontend:
src/frontend/screens/Settings/ProjectSettings/YourTeam/ReviewAndInvite/index.tsx#L36
Type '"a12a6702b93bd7ff" | "f7c150f5a3a9a855" | "012fd2d431c0bf60" | "9e6d29263cba36c9" | "8ced989b1904606b" | "08e4251e36f6e7ed"' is not assignable to type '"f7c150f5a3a9a855" | "012fd2d431c0bf60" | "9e6d29263cba36c9"'.
|
frontend:
src/frontend/sharedComponents/PhotoView.tsx#L6
Module '"../hooks/server/media"' has no exported member 'useObservationAttachmentUrl'.
|
backend
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
frontend
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|