Skip to content

feat: add tooltip support to Avatar, AvatarGroup, and WorkspaceAvatar… #43

feat: add tooltip support to Avatar, AvatarGroup, and WorkspaceAvatar…

feat: add tooltip support to Avatar, AvatarGroup, and WorkspaceAvatar… #43

Triggered via push September 1, 2026 14:23
Status Success
Total duration 3m 45s
Artifacts

ci.yml

on: push
Check & Test & Build
3m 31s
Check & Test & Build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Check & Test & Build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
typescript(no-floating-promises): src/components/toast/toast.stories.tsx#L440
Promises must be awaited, add void operator to ignore.
typescript(no-floating-promises): src/components/menu/menu.stories.tsx#L1570
Promises must be awaited, add void operator to ignore.
typescript(no-floating-promises): src/components/menu/menu.stories.tsx#L1569
Promises must be awaited, add void operator to ignore.
typescript(no-floating-promises): src/components/menu/menu.stories.tsx#L1565
Promises must be awaited, add void operator to ignore.
typescript(no-floating-promises): src/components/menu/menu.stories.tsx#L1560
Promises must be awaited, add void operator to ignore.
typescript(no-floating-promises): src/components/menu/menu.stories.tsx#L1547
Promises must be awaited, add void operator to ignore.
typescript(no-floating-promises): src/components/expandable-search/expandable-search.stories.tsx#L250
Promises must be awaited, add void operator to ignore.
typescript(no-floating-promises): src/components/expandable-search/expandable-search.stories.tsx#L249
Promises must be awaited, add void operator to ignore.
typescript(no-floating-promises): src/components/autocomplete-field/autocomplete-field.stories.tsx#L98
Promises must be awaited, add void operator to ignore.
typescript(no-misused-spread): src/internal/icons.test.ts#L113
Using the spread operator on a string can mishandle special characters, because it produces Unicode code points, which will break complex characters (like emojis) into multiple parts.