Rename directors to named entities #945
ci.yml
on: pull_request
prettier
27s
eslint
25s
typecheck
25s
build-and-test
1m 47s
Annotations
7 errors and 4 warnings
|
prettier
Process completed with exit code 1.
|
|
build-and-test
Process completed with exit code 1.
|
|
error: expect(received).toBe(expected):
src/tui/tool-formatter.test.ts#L422
Found 3 call sites in app.tsx"
Found 3 call sites in app.tsx"
at <anonymous> (/home/runner/work/corbits-code/corbits-code/src/tui/tool-formatter.test.ts:422:18)
|
|
error: expect(received).toBe(expected):
src/tui/tool-formatter.test.ts#L319
Expected: "Explore"
Received: "Explorer"
at <anonymous> (/home/runner/work/corbits-code/corbits-code/src/tui/tool-formatter.test.ts:319:28)
|
|
error: expect(received).toEqual(expected):
src/tui/chrome-state.test.ts#L581
[
{
"kind": "lane",
watch",
watch",
"stalled": false,
"status": "running",
"tail": "",
},
]
- Expected - 1
+ Received + 1
at <anonymous> (/home/runner/work/corbits-code/corbits-code/src/tui/chrome-state.test.ts:581:50)
|
|
error: expect(received).toEqual(expected):
src/tui/chrome-state.test.ts#L118
[
{
"kind": "lane",
map callers of openListOverlay",
map callers of openListOverlay",
"stalled": false,
"status": "running",
"tail": "",
},
]
- Expected - 1
+ Received + 1
at <anonymous> (/home/runner/work/corbits-code/corbits-code/src/tui/chrome-state.test.ts:118:24)
|
|
error: expect(received).toBe(expected):
src/tui/diff-rows.test.ts#L133
Expected: "Explore"
Received: "Explorer"
at <anonymous> (/home/runner/work/corbits-code/corbits-code/src/tui/diff-rows.test.ts:133:22)
|
|
eslint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
typecheck
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
prettier
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|