Skip to content

Tempo control refactor with arpeggiator, synth, and UI/docs #8

Tempo control refactor with arpeggiator, synth, and UI/docs

Tempo control refactor with arpeggiator, synth, and UI/docs #8

Triggered via pull request December 11, 2025 10:02
Status Failure
Total duration 24s
Artifacts

ci.yml

on: pull_request
lint-and-build
20s
lint-and-build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
lint-and-build
Process completed with exit code 1.
lint-and-build: src/components/AudioVisualizer.jsx#L31
'ResizeObserver' is not defined
lint-and-build: src/hooks/useSynthEngine.js#L117
React Hook useCallback has missing dependencies: 'envelope.attack', 'envelope.decay', and 'envelope.sustain'. Either include them or remove the dependency array
lint-and-build: src/hooks/useAudioEngine.js#L229
'error' is defined but never used
lint-and-build: src/hooks/useAudioEngine.js#L123
React Hook useEffect has a missing dependency: 'instruments'. Either include it or remove the dependency array
lint-and-build: src/hooks/useAudioEngine.js#L109
'error' is defined but never used
lint-and-build: src/hooks/useAudioEngine.js#L100
'error' is defined but never used
lint-and-build: src/hooks/useArpeggiator.js#L88
'stepTime' is defined but never used. Allowed unused args must match /^_/u
lint-and-build: src/hooks/useArpeggiator.js#L88
'noteTime' is defined but never used. Allowed unused args must match /^_/u
lint-and-build: src/components/Track.jsx#L10
'showLabel' is assigned a value but never used. Allowed unused args must match /^_/u
lint-and-build: src/components/ArpTrack.jsx#L11
'showLabel' is assigned a value but never used. Allowed unused args must match /^_/u
lint-and-build: src/__tests__/urlState.test.js#L1
'vi' is defined but never used