Skip to content

CI: Second pass at RR Refactor (#19) #29

CI: Second pass at RR Refactor (#19)

CI: Second pass at RR Refactor (#19) #29

Triggered via push June 8, 2026 17:27
Status Success
Total duration 25s
Artifacts

ci.yml

on: push
Lint, typecheck, test
22s
Lint, typecheck, test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Lint, typecheck, test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
eslint(no-unused-vars): src/api/query.ts#L193
Variable 'totalRecords' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): src/lib/mirror-sync.ts#L666
Variable 'collections' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): src/lib/mirror-sync.ts#L578
Variable 'upstreamSchemas' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): src/components/QueryExplorer.tsx#L676
Variable 'placeholder' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): src/routes/admin/mirror.tsx#L6
Variable 'currentUser' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): src/api/collections.ts#L5
Identifier 'stream' is imported but never used.
eslint(no-unused-expressions): src/lib/ark.test.ts#L162
Expected expression to be used
eslint(no-unused-vars): src/routes/[owner]/settings/index.tsx#L2
Identifier 'useNavigate' is imported but never used.
eslint(no-unused-vars): src/api/files.ts#L182
Variable 'slug' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): src/api/files.ts#L181
Variable 'owner' is declared but never used. Unused variables should start with a '_'.