Skip to content

feat: handle image uploads (#4) #30

feat: handle image uploads (#4)

feat: handle image uploads (#4) #30

Triggered via push July 31, 2024 12:46
Status Success
Total duration 1m 10s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: app/(app)/(tabs)/profile.tsx#L1
'useCallback' is defined but never used
build: app/(app)/(tabs)/profile.tsx#L5
'useRecoilValue' is defined but never used
build: app/(app)/(tabs)/profile.tsx#L7
'authRecoilState' is defined but never used
build: app/(app)/(tabs)/profile.tsx#L9
'supabase' is defined but never used
build: app/(app)/(tabs)/profile.tsx#L12
'loading' is assigned a value but never used
build: app/(app)/(tabs)/profile.tsx#L12
'setLoading' is assigned a value but never used
build: app/(app)/settings/index.tsx#L41
'theme' is assigned a value but never used
build: app/(app)/settings/index.tsx#L45
'setHasNotificationPermission' is assigned a value but never used
build: app/(app)/settings/login-info.tsx#L94
Unexpected empty object pattern
build: app/_layout.tsx#L111
React Hook useEffect has missing dependencies: 'setAuth' and 'snackbar'. Either include them or remove the dependency array