Skip to content

test: fix rebase artifacts in unit fixtures and mocks #1044

test: fix rebase artifacts in unit fixtures and mocks

test: fix rebase artifacts in unit fixtures and mocks #1044

Triggered via push September 1, 2026 11:24
Status Success
Total duration 57s
Artifacts

lint.yml

on: push
Run linters
54s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
Run linters
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run linters: src/hook/useQuickbooks.ts#L110
React Hook useEffect has a missing dependency: 'handleConnect'. Either include it or remove the dependency array
Run linters: src/hook/useQuickbooks.ts#L98
React Hook useEffect has missing dependencies: 'setAppParams' and 'tokenPayload?.workspaceId'. Either include them or remove the dependency array
Run linters: src/hook/useDropdown.ts#L34
React Hook useEffect has a missing dependency: 'dropdownRef'. Either include it or remove the dependency array
Run linters: src/db/schema/qbSettings.ts#L9
'deletedAt' is assigned a value but never used. Allowed unused vars must match /^_/u