Skip to content

Fix CI/CD to work without package-lock.json #6

Fix CI/CD to work without package-lock.json

Fix CI/CD to work without package-lock.json #6

Triggered via push January 29, 2026 15:03
Status Failure
Total duration 37s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
lint-and-build: src/components/OfficeSettings.jsx#L10
'currentLocation' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
lint-and-build: src/components/Navigation/SidebarGroup.jsx#L5
'sectionKey' is defined but never used
lint-and-build: src/components/Navigation/Sidebar.jsx#L100
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint-and-build: src/components/ErrorBoundary.test.jsx#L15
'afterAll' is not defined
lint-and-build: src/components/ErrorBoundary.test.jsx#L12
'beforeAll' is not defined
lint-and-build: src/components/Dashboard/QuickActions.jsx#L1
'useState' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
lint-and-build: src/components/AttendanceTracker.jsx#L64
'e' is defined but never used
lint-and-build: src/App.jsx#L60
'todosLoading' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
lint-and-build: src/App.jsx#L58
'sidebarCollapsed' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
lint-and-build: src/components/UpcomingMeetings.jsx#L69
React Hook useEffect has a missing dependency: 'fetchMeetings'. Either include it or remove the dependency array
lint-and-build: src/components/TaxCalculator.jsx#L156
React Hook useMemo has a missing dependency: 'calculateTax'. Either include it or remove the dependency array
lint-and-build: src/components/PomodoroTimer.jsx#L47
React Hook useEffect has a missing dependency: 'setStats'. Either include it or remove the dependency array
lint-and-build: src/components/Notes.jsx#L36
The 'notes' logical expression could make the dependencies of useMemo Hook (at line 69) change on every render. To fix this, wrap the initialization of 'notes' in its own useMemo() Hook
lint-and-build
React Hook useEffect has a missing dependency: 'fetchNextMeeting'. Either include it or remove the dependency array
lint-and-build: src/components/AttendanceTracker.jsx#L108
React Hook useEffect has missing dependencies: 'setAttendance' and 'todayRecord?.checkIn'. Either include them or remove the dependency array