Skip to content

Update finished app #18

Update finished app

Update finished app #18

Triggered via push February 21, 2024 22:30
Status Failure
Total duration 26s
Artifacts

ci.yml

on: push
Lint, Check Types
17s
Lint, Check Types
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Lint, Check Types: guest-list-mobile/app/guests/[id].tsx#L38
Invalid type "string | string[] | undefined" of template literal expression
Lint, Check Types
Process completed with exit code 1.
Lint, Check Types
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint, Check Types: guest-list-mobile/app/guests/[id].tsx#L42
Promises must be awaited, end with a call to .catch, or end with a call to .then with a rejection handler
Lint, Check Types: guest-list-mobile/app/hello+api.ts#L3
'request' is defined but never used
Lint, Check Types: guest-list-mobile/app/index.tsx#L65
'guest' is defined but never used
Lint, Check Types: guest-list-mobile/app/index.tsx#L76
Promises must be awaited, end with a call to .catch, or end with a call to .then with a rejection handler
Lint, Check Types: guest-list-mobile/app/index.tsx#L77
Promises must be awaited, end with a call to .catch, or end with a call to .then with a rejection handler
Lint, Check Types: guest-list-mobile/app/index.tsx#L80
Promises must be awaited, end with a call to .catch, or end with a call to .then with a rejection handler
Lint, Check Types: guest-list-mobile/app/index.tsx#L82
React Hook useEffect has a missing dependency: 'guests'. Either include it or remove the dependency array. You can also do a functional update 'setGuests(g => ...)' if you only need 'guests' in the 'setGuests' call
Lint, Check Types: guest-list-mobile/app/new-guest.tsx#L33
useState call is not destructured into value + setter pair
Lint, Check Types: guest-list-mobile/app/new-guest.tsx#L34
useState call is not destructured into value + setter pair