Implement Timer for Duration Type Goals #100
ci.yml
on: pull_request
npm run lint
32s
npm run format:check
39s
npx expo-doctor
37s
Annotations
2 errors and 4 warnings
npm run lint:
app/goals/[goalId]/[goalLogId]/start/index.tsx#L207
Potential leaked value that might cause unintentionally rendered values or rendering crashes
|
npm run lint
Process completed with exit code 1.
|
npm run lint
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/
|
npm run lint:
app/goals/[goalId]/[goalLogId]/start/index.tsx#L135
React Hook useCallback has missing dependencies: 'goalId' and 'goalLogId'. Either include them or remove the dependency array. Outer scope values like 'router' aren't valid dependencies because mutating them doesn't re-render the component
|
npx expo-doctor
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/
|
npm run format:check
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/
|