Skip to content

✨ feat(table): implement table column and row controllers with decorators #350

✨ feat(table): implement table column and row controllers with decorators

✨ feat(table): implement table column and row controllers with decorators #350

Triggered via pull request June 5, 2026 14:38
Status Success
Total duration 2m 40s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, 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/
test: src/plugins/markdown/utils/index.ts#L92
Empty block statement
test: src/plugins/markdown/service/transformers.ts#L47
'match' is defined but never used. Allowed unused args must match /^_/u
test: src/plugins/markdown/service/transformers.ts#L47
'node' is defined but never used. Allowed unused args must match /^_/u
test: src/plugins/markdown/service/transformers.ts#L32
'match' is defined but never used. Allowed unused args must match /^_/u
test: src/plugins/markdown/service/transformers.ts#L32
'node' is defined but never used. Allowed unused args must match /^_/u
test: src/plugins/markdown/service/transformers.ts#L18
'selection' is defined but never used. Allowed unused args must match /^_/u
test: src/plugins/markdown/command/index.ts#L28
'endLine' is defined but never used. Allowed unused args must match /^_/u
test: src/plugins/markdown/command/index.ts#L28
'startLine' is defined but never used. Allowed unused args must match /^_/u
test: src/plugins/inode/service/index.ts#L19
'inode' is defined but never used. Allowed unused args must match /^_/u
test: src/editor-kernel/types.ts#L1
Empty files are not allowed