Skip to content

Add support for description lists (<dl>, <dt> and <dd>) #7908

Add support for description lists (<dl>, <dt> and <dd>)

Add support for description lists (<dl>, <dt> and <dd>) #7908

Triggered via pull request September 14, 2026 06:18
Status Success
Total duration 3m 43s
Artifacts

quality-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 10 warnings
Lint
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
Knip
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
Typecheck
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
Format check
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
Build
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
Tests
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
unicorn(consistent-function-scoping): src/app/features/call-status/CallStatusShell.test.tsx#L37
src/app/features/call-status/CallStatusShell.test.tsx:37:9: Function `settle` does not capture any variables from its parent scope
unicorn(no-array-sort): src/app/features/common-settings/members/Members.tsx#L97
src/app/features/common-settings/members/Members.tsx:97:10: Use `Array#toSorted()` instead of `Array#sort()`.
eslint(no-underscore-dangle): src/app/plugins/call/CallWidgetDriver.ts#L228
src/app/plugins/call/CallWidgetDriver.ts:228:21: Unexpected dangling '_' in '`_unstable_getStickyEvents`'.
eslint(no-underscore-dangle): src/app/plugins/call/CallWidgetDriver.ts#L212
src/app/plugins/call/CallWidgetDriver.ts:212:28: Unexpected dangling '_' in '`_unstable_sendStickyDelayedEvent`'.
eslint(no-underscore-dangle): src/app/plugins/call/CallWidgetDriver.ts#L189
src/app/plugins/call/CallWidgetDriver.ts:189:28: Unexpected dangling '_' in '`_unstable_sendStickyEvent`'.
unicorn(no-array-sort): src/app/hooks/useMessageTargetRooms.ts#L25
src/app/hooks/useMessageTargetRooms.ts:25:10: Use `Array#toSorted()` instead of `Array#sort()`.
unicorn(no-array-reverse): src/app/features/room/room-pin-menu/RoomPinMenu.tsx#L188
src/app/features/room/room-pin-menu/RoomPinMenu.tsx:188:70: Use `Array#toReversed()` instead of `Array#reverse()`.
eslint(no-await-in-loop): src/app/hooks/timeline/useTimelineSync.ts#L253
src/app/hooks/timeline/useTimelineSync.ts:253:34: Unexpected `await` inside a loop.
unicorn(no-array-sort): src/app/features/room/MembersDrawer.tsx#L267
src/app/features/room/MembersDrawer.tsx:267:77: Use `Array#toSorted()` instead of `Array#sort()`.
unicorn(no-array-sort): src/app/hooks/usePowerLevelTags.ts#L12
src/app/hooks/usePowerLevelTags.ts:12:59: Use `Array#toSorted()` instead of `Array#sort()`.