Skip to content

fix: Fix ordering after key decoding in KeyValueStore #99

fix: Fix ordering after key decoding in KeyValueStore

fix: Fix ordering after key decoding in KeyValueStore #99

Triggered via pull request September 2, 2026 14:34
Status Success
Total duration 1m 13s
Artifacts

on_pull_request.yaml

on: pull_request
PR title check
5s
PR title check
Code checks  /  Actions lint check
44s
Code checks / Actions lint check
Code checks  /  Spell check
6s
Code checks / Spell check
Code checks  /  Python lint & format check
6s
Code checks / Python lint & format check
Code checks  /  Node.js lint & format check
15s
Code checks / Node.js lint & format check
Code checks  /  Format check
11s
Code checks / Format check
Code checks  /  Clippy check
26s
Code checks / Clippy check
Code checks  /  Unit tests
35s
Code checks / Unit tests
Code checks  /  Node.js tests
32s
Code checks / Node.js tests
Code checks  /  Python tests
1m 9s
Code checks / Python tests
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
PR title check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
typescript(no-unsafe-member-access): test/request_queue.test.ts#L230
Unsafe member access .orderNo on an `any` value.
typescript(no-unsafe-member-access): test/request_queue.test.ts#L229
Unsafe member access .id on an `any` value.
typescript(no-unsafe-assignment): test/request_queue.test.ts#L228
Unsafe assignment of an any value.