Skip to content

chore: cleanup usj parsing and bible viewer files #28

chore: cleanup usj parsing and bible viewer files

chore: cleanup usj parsing and bible viewer files #28

Triggered via push December 12, 2024 03:50
Status Failure
Total duration 1m 44s
Billable time 5m
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 4 warnings
typecheck
Cannot find module 'nativewind/dist/tailwind/safe-area' or its corresponding type declarations.
typecheck
@lamp/tailwind-config#typecheck: command (/home/runner/work/lampstandd/lampstandd/tooling/tailwind) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Process completed with exit code 2.
format
@lamp/db#format: command (/home/runner/work/lampstandd/lampstandd/packages/db) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@lamp/ui#format: command (/home/runner/work/lampstandd/lampstandd/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
@lamp/nextjs#format: command (/home/runner/work/lampstandd/lampstandd/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location .cache/.prettiercache exited (1)
format
Process completed with exit code 1.
lint: packages/ui/src/form.tsx#L75
Unnecessary conditional, value is always falsy
lint: packages/ui/src/progress.tsx#L22
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint: packages/ui/src/toggle-group.tsx#L48
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint: packages/ui/src/toggle-group.tsx#L49
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
lint: packages/ui/src/virtualized-combobox.tsx#L52
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
lint
@lamp/ui#lint: command (/home/runner/work/lampstandd/lampstandd/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location .cache/.eslintcache exited (1)
lint
@lamp/nextjs#lint: command (/home/runner/work/lampstandd/lampstandd/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location .cache/.eslintcache exited (1)
lint: apps/nextjs/src/app/(app)/study/[studyId]/page.tsx#L1
'params' is defined but never used. Allowed unused args must match /^_/u
lint: apps/nextjs/src/app/api/ai/command/route.ts#L9
Unsafe assignment of an `any` value
lint: apps/nextjs/src/app/api/ai/command/route.ts#L23
Unexpected `await` of a non-Promise (non-"Thenable") value
typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint: apps/nextjs/src/components/plate-ui/media-placeholder-element.tsx#L231
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element