Skip to content

trying to fix the audio #16

trying to fix the audio

trying to fix the audio #16

Triggered via push September 23, 2025 19:17
Status Failure
Total duration 58s
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/Canvas.tsx#L89
Unexpected console statement. Only these console methods are allowed: warn, error
lint / lint: src/public/demo-drawing/assets/Canvas.tsx#L52
More than 1 blank line not allowed
lint / lint: src/public/demo-drawing/assets/Canvas.tsx#L43
Expected a line break before this closing brace
lint / lint: src/public/demo-drawing/assets/Canvas.tsx#L43
Expected a line break after this opening brace
lint / lint: src/public/demo-drawing/assets/Canvas.tsx#L22
'useStoredAnswer' is defined but never used. Allowed unused vars must match /^_/u
lint / lint: src/controllers/ComponentController.tsx#L116
Unexpected console statement. Only these console methods are allowed: warn, error
lint / lint: src/components/interface/StepsPanel.tsx#L63
Unexpected console statement. Only these console methods are allowed: warn, error
lint / lint: src/components/interface/StepsPanel.tsx#L56
Unexpected console statement. Only these console methods are allowed: warn, error
lint / lint: src/public/demo-drawing/assets/Canvas.tsx#L112
React Hook useMemo has missing dependencies: 'answers' and 'parameters.responseId'. Either include them or remove the dependency array