Skip to content

fix(OUT-4155): condition check in config for staging environment as p… #1048

fix(OUT-4155): condition check in config for staging environment as p…

fix(OUT-4155): condition check in config for staging environment as p… #1048

Triggered via push September 4, 2026 05:49
Status Success
Total duration 52s
Artifacts

lint.yml

on: push
Run linters
49s
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