Skip to content

Quality checks

Quality checks #6803

Triggered via merge group August 11, 2026 02:56
Status Success
Total duration 3m 55s
Artifacts

quality-checks.yml

on: merge_group
Fit to window
Zoom out
Zoom in

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/timeline-recovery.spec.ts#L91
Unexpected `await` inside a loop.
eslint(no-await-in-loop): tests/e2e/sliding-sync-timeline.spec.ts#L187
Unexpected `await` inside a loop.
eslint(no-await-in-loop): tests/e2e/sliding-sync-timeline.spec.ts#L184
Unexpected `await` inside a loop.
eslint(no-await-in-loop): tests/e2e/sliding-sync-timeline.spec.ts#L175
Unexpected `await` inside a loop.
eslint(no-await-in-loop): tests/e2e/sliding-sync-timeline.spec.ts#L174
Unexpected `await` inside a loop.
eslint(no-await-in-loop): tests/e2e/sliding-sync-timeline.spec.ts#L71
Unexpected `await` inside a loop.
eslint(no-await-in-loop): tests/e2e/fixtures/continuwuity.ts#L202
Unexpected `await` inside a loop.
eslint(no-await-in-loop): tests/e2e/fixtures/continuwuity.ts#L200
Unexpected `await` inside a loop.
eslint(no-await-in-loop): tests/e2e/fixtures/continuwuity.ts#L196
Unexpected `await` inside a loop.
eslint(no-new): src/client/slidingSyncExpandedTimeline.test.ts#L36
Do not use 'new' for side effects.