fix: Fix ordering after key decoding in KeyValueStore #99
on_pull_request.yaml
on: pull_request
PR title check
5s
Code checks
/
Actions lint check
44s
Code checks
/
Spell check
6s
Code checks
/
Python lint & format check
6s
Code checks
/
Node.js lint & format check
15s
Code checks
/
Format check
11s
Code checks
/
Clippy check
26s
Code checks
/
Unit tests
35s
Code checks
/
Node.js tests
32s
Code checks
/
Python tests
1m 9s
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.
|