Skip to content

minor dependency fix #19

minor dependency fix

minor dependency fix #19

Triggered via push March 24, 2024 17:01
Status Failure
Total duration 1m 4s
Billable time 1m
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
lint
Process completed with exit code 1.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: app/(tabs)/_layout.tsx#L19
'colorScheme' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: app/(tabs)/_layout.tsx#L19
'colorScheme' is assigned a value but never used
lint: app/Post.tsx#L7
'handleLike' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: app/Post.tsx#L7
'handleLike' is assigned a value but never used
lint: app/Post.tsx#L46
'likes' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: app/Post.tsx#L46
'likes' is assigned a value but never used
lint: app/Stories.tsx#L7
'navigation' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: app/Stories.tsx#L7
'navigation' is assigned a value but never used
lint: app/Stories.tsx#L9
Unexpected comma in middle of array
lint: app/Stories.tsx#L60
Expected '===' and instead saw '=='