fix: tauri media loading, sent-message drafts and composer buttons #7307
quality-checks.yml
on: pull_request
Format check
21s
Lint
22s
Typecheck
42s
Knip
28s
Tests
4m 31s
Build
1m 46s
Annotations
6 errors and 10 warnings
|
Format check
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
|
|
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.
|
|
Build
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
|
|
Tests
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
|
|
eslint(no-await-in-loop):
tests/e2e/sliding-sync-timeline.spec.ts#L170
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
tests/e2e/sliding-sync-timeline.spec.ts#L160
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
tests/e2e/sliding-sync-timeline.spec.ts#L159
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
tests/e2e/sliding-sync-timeline.spec.ts#L42
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
tests/e2e/fixtures/continuwuity.ts#L213
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
tests/e2e/fixtures/continuwuity.ts#L211
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
tests/e2e/fixtures/continuwuity.ts#L207
Unexpected `await` inside a loop.
|
|
unicorn(consistent-function-scoping):
src/app/hooks/useRenderableMediaUrl.test.tsx#L270
Function `resolveLoopback` does not capture any variables from its parent scope
|
|
unicorn(consistent-function-scoping):
src/app/features/call-status/CallStatusShell.test.tsx#L37
Function `settle` does not capture any variables from its parent scope
|
|
eslint(no-await-in-loop):
src/app/hooks/timeline/useTimelineSync.ts#L243
Unexpected `await` inside a loop.
|