Skip to content

feat: app style structure & revamp #107

feat: app style structure & revamp

feat: app style structure & revamp #107

Triggered via pull request June 2, 2024 11:03
Status Success
Total duration 1m 12s
Artifacts

joyboy-community.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
check-app
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
check-app
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check-app: JoyboyCommunity/src/app/App.tsx#L40
React Hook useEffect has a missing dependency: 'ndk'. Either include it or remove the dependency array
check-app: JoyboyCommunity/src/app/Wrapper.tsx#L21
'setTheme' is assigned a value but never used
check-app: JoyboyCommunity/src/modules/Post/index.tsx#L54
Unexpected empty arrow function
check-app: JoyboyCommunity/src/modules/Post/index.tsx#L57
'handleRepostNote' is assigned a value but never used
check-app: JoyboyCommunity/src/modules/Post/index.tsx#L65
Unexpected empty arrow function
check-app: JoyboyCommunity/src/screens/Notifications/index.tsx#L19
'i' is defined but never used
check-app: JoyboyCommunity/src/shared/components/Comments.tsx#L61
React Hook useCallback has missing dependencies: 'comments', 'event?.id', 'publicKey', and 'sendNote'. Either include them or remove the dependency array
check-app: JoyboyCommunity/src/store/auth.ts#L14
'get' is defined but never used