Skip to content

lots of small updates #39

lots of small updates

lots of small updates #39

Triggered via push December 9, 2025 21:19
Status Failure
Total duration 1m 9s
Artifacts

lint_build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint / lint: src/public/demo-drawing/assets/trrack-alpha/core/src/provenance/trrack.ts#L6
'only' is defined but never used. Allowed unused vars must match /^_/u
lint / lint: src/public/demo-drawing/assets/trrack-alpha/core/src/graph/provenance-graph.ts#L22
'initializeProvenanceGraph' was used before it was defined
lint / lint: src/public/demo-drawing/assets/trrack-alpha/core/src/graph/provenance-graph.ts#L22
'f' is assigned a value but only used as a type. Allowed unused vars must match /^_/u
lint / lint: src/public/demo-drawing/assets/Canvas.tsx#L31
'RecordingAudioWaveform' is defined but never used. Allowed unused vars must match /^_/u
lint / lint: src/public/demo-drawing/assets/Canvas.tsx#L25
'TLDefaultColorThemeColor' is defined but never used. Allowed unused vars must match /^_/u
lint / lint: src/public/demo-drawing/assets/Canvas.tsx#L13
'IconMicrophone' is defined but never used. Allowed unused vars must match /^_/u
lint / lint: src/components/interface/AppNavBar.tsx#L2
'Center' is defined but never used. Allowed unused vars must match /^_/u
lint / lint: src/components/StepRenderer.tsx#L1
'Flex' is defined but never used. Allowed unused vars must match /^_/u
lint / lint: src/public/demo-drawing/assets/Canvas.tsx#L183
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free