Exclude cli/ from root tsconfig to fix CI typecheck #18
ci.yml
on: push
build-and-test
53s
edge-tests
9s
Annotations
12 warnings
|
edge-tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, denoland/setup-deno@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
build-and-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. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
lint/a11y/noSvgWithoutTitle:
src/components/sidebar-department-selector.tsx#L66
Alternative text title element cannot be empty
|
|
lint/a11y/noLabelWithoutControl:
src/components/sidebar-department-selector.tsx#L25
A form label must be associated with an input.
|
|
lint/a11y/useButtonType:
src/components/permission-editor.tsx#L256
Provide an explicit type prop for the button element.
|
|
lint/suspicious/noArrayIndexKey:
src/components/permission-editor.tsx#L150
Avoid using the index of an array as key property in an element.
|
|
lint/suspicious/noArrayIndexKey:
src/components/agent-key-list.tsx#L63
Avoid using the index of an array as key property in an element.
|
|
lint/a11y/useButtonType:
src/components/agent-key-form.tsx#L61
Provide an explicit type prop for the button element.
|
|
lint/correctness/noUnusedImports:
src/components/__tests__/task-table.test.tsx#L5
Several of these imports are unused.
|
|
lint/a11y/useButtonType:
src/app/login/page.tsx#L57
Provide an explicit type prop for the button element.
|
|
lint/a11y/noSvgWithoutTitle:
src/app/(dashboard)/error.tsx#L21
Alternative text title element cannot be empty
|
|
lint/correctness/noUnusedVariables:
src/app/(dashboard)/agent-keys/[id]/page.tsx#L19
This variable error is unused.
|