Skip to content

Managed secrets for build #7

Managed secrets for build

Managed secrets for build #7

Triggered via push August 22, 2025 09:46
Status Cancelled
Total duration 16m 3s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 9 warnings
build-and-deploy
The operation was canceled.
build-and-deploy
The run was canceled by @ShibamRoy9826.
React Native CI/CD
The run was canceled by @ShibamRoy9826.
test: app/screens/Profile.tsx#L64
The 'showPosts' function makes the dependencies of useEffect Hook (at line 71) change on every render. To fix this, wrap the definition of 'showPosts' in its own useCallback() Hook
test: app/screens/Profile.tsx#L44
React Hook React.useCallback has a missing dependency: 'showPosts'. Either include it or remove the dependency array
test: app/screens/Profile.tsx#L29
'setLikedPosts' is assigned a value but never used
test: app/screens/Home.tsx#L103
React Hook useEffect has a missing dependency: 'loadPosts'. Either include it or remove the dependency array
test: app/screens/Home.tsx#L80
The 'loadPosts' function makes the dependencies of useCallback Hook (at line 46) change on every render. To fix this, wrap the definition of 'loadPosts' in its own useCallback() Hook
test: app/screens/CommentSection.tsx#L81
The 'loadComments' function makes the dependencies of useEffect Hook (at line 116) change on every render. To fix this, wrap the definition of 'loadComments' in its own useCallback() Hook
test: app/screens/CommentSection.tsx#L48
React Hook React.useCallback has a missing dependency: 'loadComments'. Either include it or remove the dependency array
test: app/components/containers/post.tsx#L179
Expected an assignment or function call and instead saw an expression
test: app/components/containers/post.tsx#L138
The 'getOP' function makes the dependencies of useEffect Hook (at line 65) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'getOP' in its own useCallback() Hook