Skip to content

Update ci.yml

Update ci.yml #3

Triggered via push October 29, 2023 13:38
Status Failure
Total duration 39s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

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

Annotations

10 errors and 10 warnings
Lint, Check Types: guest-list-mobile/app/_layout.tsx#L32
'styles' was used before it was defined
Lint, Check Types: guest-list-mobile/app/_layout.tsx#L35
'styles' was used before it was defined
Lint, Check Types: guest-list-mobile/app/index.tsx#L53
'styles' was used before it was defined
Lint, Check Types: guest-list-mobile/app/index.tsx#L58
'styles' was used before it was defined
Lint, Check Types: guest-list-mobile/app/new-guest.tsx#L12
'styles' was used before it was defined
Lint, Check Types: guest-list-mobile/app/new-guest.tsx#L18
'styles' was used before it was defined
Lint, Check Types: guest-list-mobile/app/new-guest.tsx#L24
'styles' was used before it was defined
Lint, Check Types: guest-list-mobile/components/GuestItem.tsx#L21
'styles' was used before it was defined
Lint, Check Types: guest-list-mobile/components/GuestItem.tsx#L22
'styles' was used before it was defined
Lint, Check Types: guest-list-mobile/components/GuestItem.tsx#L26
'styles' was used before it was defined
Lint, Check Types: guest-list-mobile/app/_layout.tsx#L2
'Text' is defined but never used
Lint, Check Types: guest-list-mobile/app/_layout.tsx#L34
Style prop value must be an object
Lint, Check Types: guest-list-mobile/app/index.tsx#L1
'Text' is defined but never used
Lint, Check Types: guest-list-mobile/app/index.tsx#L1
'View' is defined but never used
Lint, Check Types: guest-list-mobile/app/index.tsx#L34
'guest' is defined but never used
Lint, Check Types: guest-list-mobile/app/index.tsx#L46
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#L48
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#L49
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/index.tsx#L52
Empty components are self-closing
Lint, Check Types: guest-list-mobile/app/new-guest.tsx#L2
'Text' is defined but never used