Skip to content

Fix build errors

Fix build errors #1505

Triggered via pull request March 16, 2025 13:43
Status Failure
Total duration 23s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

static_checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
lint
Process completed with exit code 1.
lint: src/ui/page-issue-link.tsx#L1
'onMount' is defined but never used. Allowed unused vars must match /^_/u
lint: src/ui/page-issue-link.tsx#L1
'createSignal' is defined but never used. Allowed unused vars must match /^_/u
lint: src/ui/layout/theme-selector.tsx#L1
'children' is defined but never used. Allowed unused vars must match /^_/u
typecheck
Process completed with exit code 2.
typecheck: app.config.ts#L75
Object literal may only specify known properties, and 'twoSlash' does not exist in type 'Partial<{ frames: Partial<UnresolvedPluginStyleSettings<FramesStyleSettings>>; textMarkers: Partial<UnresolvedPluginStyleSettings<TextMarkersStyleSettings>>; ... 26 more ...; scrollbarThumbHoverColor: UnresolvedStyleValue; }>'.