Skip to content

feat: run Hermes schedules on demand #1393

feat: run Hermes schedules on demand

feat: run Hermes schedules on demand #1393

Triggered via pull request July 4, 2026 07:16
Status Success
Total duration 2m 54s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/workspace/push/route.ts#L4
'sql' is defined but never used. Allowed unused vars 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 `&apos;`, `&lsquo;`, `&#39;`, `&rsquo;`