初步重构 #120
pr-check.yml
on: pull_request
Annotations
1 error and 14 warnings
|
test
Process completed with exit code 1.
|
|
changes
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, dorny/paths-filter@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint
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, actions/setup-node@v4, pnpm/action-setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint:
packages/codingcode/src/llm/errors.ts#L4
'timeoutMs' is defined but never used. Allowed unused args must match /^_/u
|
|
lint:
packages/codingcode/src/layer.ts#L30
'ApprovalWaitService' is defined but never used. Allowed unused vars must match /^_/u
|
|
lint:
packages/codingcode/src/hooks/hooks.ts#L31
'getMapForScope' is defined but never used. Allowed unused vars must match /^_/u
|
|
lint:
packages/codingcode/src/hooks/hooks.ts#L28
'disabledHooksByProject' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
lint:
packages/codingcode/src/hooks/hooks.ts#L23
This generator function does not have 'yield'
|
|
lint:
packages/codingcode/src/hooks/executor.ts#L27
'code' is defined but never used. Allowed unused args must match /^_/u
|
|
lint:
packages/codingcode/src/hooks/config.ts#L5
'HookPoint' is defined but never used. Allowed unused vars must match /^_/u
|
|
lint:
packages/codingcode/src/checkpoint/checkpoint.ts#L13
This generator function does not have 'yield'
|
|
lint:
packages/codingcode/src/approval/wait.ts#L10
This generator function does not have 'yield'
|
|
lint:
packages/codingcode/src/agent/deps.ts#L5
'SessionEvent' is defined but never used. Allowed unused vars must match /^_/u
|
|
test
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, actions/setup-node@v4, pnpm/action-setup@v3. 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/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|