Skip to content

fix: remove unused Github import from footer (#1) #3

fix: remove unused Github import from footer (#1)

fix: remove unused Github import from footer (#1) #3

Triggered via push February 22, 2026 07:47
Status Failure
Total duration 1m 30s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 6 warnings
Test
Process completed with exit code 1.
Test
@utils-live/tools#test: command (/home/runner/work/utils.live/utils.live/packages/tools) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
tests/performance/tool-performance.test.ts > Performance Tests > Markdown tools > should convert ~100KB Markdown to HTML in < 300ms: packages/tools/tests/performance/tool-performance.test.ts#L352
AssertionError: expected 326.97260300000016 to be less than 300 ❯ tests/performance/tool-performance.test.ts:352:23
Lint: packages/tools/scripts/generate-tool.ts#L313
Unexpected console statement. Only these console methods are allowed: warn, error
Lint: packages/tools/scripts/generate-tool.ts#L312
Unexpected console statement. Only these console methods are allowed: warn, error
Lint: packages/tools/scripts/generate-tool.ts#L311
Unexpected console statement. Only these console methods are allowed: warn, error
Lint: packages/tools/scripts/generate-tool.ts#L91
Unexpected console statement. Only these console methods are allowed: warn, error
Lint: apps/web/components/renderers/image-preview.tsx#L249
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Lint: apps/web/components/forms/file-upload.tsx#L203
React Hook useCallback has a missing dependency: 'validateFile'. Either include it or remove the dependency array