Skip to content

Publish package to npm #11

Publish package to npm

Publish package to npm #11

Manually triggered December 5, 2025 12:18
Status Success
Total duration 1m 28s
Artifacts

publish.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Publish to npm: src/components/WorkoutRoutines/widgets/forms/SessionForm.tsx#L93
React Hook useEffect has a missing dependency: 'formik'. Either include it or remove the dependency array
Publish to npm: src/components/WorkoutRoutines/widgets/forms/SlotEntryForm.tsx#L175
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
Publish to npm: src/components/Core/Widgets/RenderLoadingQuery.tsx#L20
Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 10 characters or longer
Publish to npm: src/components/Exercises/Filter/NameAutcompleter.tsx#L36
'loadExercise' is assigned a value but never used
Publish to npm: src/components/Exercises/Detail/ExerciseDetails.tsx#L59
React Hook React.useEffect has a missing dependency: 'i18n.language'. Either include it or remove the dependency array
Publish to npm: src/components/Nutrition/widgets/DiaryOverview.tsx#L44
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
Publish to npm: src/components/Nutrition/widgets/DiaryOverview.tsx#L40
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
Publish to npm: src/components/Exercises/ExerciseOverview.tsx#L51
'NoResultsBanner' is assigned a value but never used
Publish to npm: src/components/Nutrition/components/BmiCalculator.tsx#L145
Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 10 characters or longer
Publish to npm: src/index.tsx#L51
Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 10 characters or longer