feat: add OpenClaw runtime reauthentication #1481
ci.yml
on: pull_request
check
2m 56s
browser-smoke
1m 33s
Annotations
12 warnings and 1 notice
|
browser-smoke
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@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
check:
src/app/api/chat/route.ts#L829
'gatewaySessionKey' is defined but never used. Allowed unused args must match /^_/u
|
|
check:
src/app/api/agents/[callsign]/avatar/route.ts#L130
'callsign' is defined but never used. Allowed unused args must match /^_/u
|
|
check:
src/app/api/agents/[callsign]/avatar/route.ts#L6
'ImageUploadResult' is defined but never used. Allowed unused vars must match /^_/u
|
|
check:
src/app/access-denied/page.tsx#L12
Do not use an `<a>` element to navigate to `/`. Use `<Link />` from `next/link` instead. See: https://nextjs.org/docs/messages/no-html-link-for-pages
|
|
check:
scripts/migrate-skills-from-adapter.ts#L26
'eq' is defined but never used. Allowed unused vars must match /^_/u
|
|
check:
scripts/dispatch-pr-reviews.ts#L141
'updateTask' is defined but never used. Allowed unused vars must match /^_/u
|
|
check:
scripts/dispatch-pr-reviews.ts#L19
'gt' is defined but never used. Allowed unused vars must match /^_/u
|
|
check:
promo/remotion/src/CrewCmdIntro.tsx#L456
'subStyle' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
check:
promo/remotion/src/CrewCmdIntro.tsx#L453
'fps' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
check:
promo/remotion/src/CrewCmdIntro.tsx#L397
`'` can be escaped with `'`, `‘`, `'`, `’`
|
|
🎭 Playwright Run Summary
1 passed (45.7s)
|