Validate OAuth-issued provider tokens carry API scope before onboarding completes #785
ci.yml
on: pull_request
prettier
22s
eslint
23s
typecheck
28s
build-and-test
1m 35s
Annotations
8 errors and 4 warnings
|
prettier
Process completed with exit code 1.
|
|
eslint
Process completed with exit code 1.
|
|
build-and-test
Process completed with exit code 1.
|
|
error: expect(received).toBeInstanceOf(expected):
tests/unit/codex-session.test.ts#L127
Expected constructor: [class CodexAuthError extends Error]
Received value: {
access: "codex-token",
accountId: "acct-1",
}
at <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/codex-session.test.ts:127:19)
at async withHome (/home/runner/work/corbits-code/corbits-code/tests/unit/codex-session.test.ts:45:20)
at async <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/codex-session.test.ts:120:11)
|
|
error: expect(received).toBeInstanceOf(expected):
tests/unit/codex-session.test.ts#L113
Expected constructor: [class CodexAuthError extends Error]
Received value: {
access: "codex-token",
accountId: "acct-1",
}
at <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/codex-session.test.ts:113:19)
at async withHome (/home/runner/work/corbits-code/corbits-code/tests/unit/codex-session.test.ts:45:20)
at async <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/codex-session.test.ts:111:11)
|
|
error: expect(received).toBe(expected):
tests/unit/codex-session.test.ts#L102
Expected: "fresh"
Received: "codex-token"
at <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/codex-session.test.ts:102:28)
at async withHome (/home/runner/work/corbits-code/corbits-code/tests/unit/codex-session.test.ts:45:20)
at async <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/codex-session.test.ts:88:11)
|
|
error: expect(received).toBe(expected):
tests/unit/codex-session.test.ts#L82
Expected: "live"
Received: "codex-token"
at <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/codex-session.test.ts:82:29)
at async withHome (/home/runner/work/corbits-code/corbits-code/tests/unit/codex-session.test.ts:45:20)
at async <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/codex-session.test.ts:69:11)
|
|
error: expect(received).toBe(expected):
tests/unit/codex-session.test.ts#L64
Expected: "live"
Received: "codex-token"
at <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/codex-session.test.ts:64:67)
at async withHome (/home/runner/work/corbits-code/corbits-code/tests/unit/codex-session.test.ts:45:20)
at async <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/codex-session.test.ts:52:11)
|
|
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/
|
|
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/
|
|
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/
|