Skip to content

feat(dev): Regex Tester #362

feat(dev): Regex Tester

feat(dev): Regex Tester #362

Triggered via pull request August 13, 2026 16:58
Status Success
Total duration 3m 58s
Artifacts

ci.yml

on: pull_request
Test · Build · Lint
3m 46s
Test · Build · Lint
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Test · Build · Lint
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test · Build · Lint: src/islands/dev/JsonCompare.tsx#L49
Unexpected any. Specify a different type
Test · Build · Lint: src/islands/dev/JsonCompare.tsx#L49
Unexpected any. Specify a different type
Test · Build · Lint: src/islands/dev/GhostBackup.tsx#L15
'input' is assigned a value but never used. Allowed unused vars must match /^_/u
Test · Build · Lint: src/islands/dev/ClipboardInspector.tsx#L254
The ref value 'blobUrls.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'blobUrls.current' to a variable inside the effect, and use that variable in the cleanup function
Test · Build · Lint: src/islands/dev/ClipboardInspector.tsx#L250
React Hook useEffect has a missing dependency: 'addSnapshot'. Either include it or remove the dependency array
Test · Build · Lint: src/islands/dev/ClipboardInspector.tsx#L6
'previewKindOf' is defined but never used. Allowed unused vars must match /^_/u
Test · Build · Lint
'envVars' is defined but never used. Allowed unused args must match /^_/u
Test · Build · Lint
'allReqs' is defined but never used. Allowed unused args must match /^_/u
Test · Build · Lint: src/islands/ToolHost.tsx#L60
React Hook useMemo has an unnecessary dependency: 'toolId'. Either exclude it or remove the dependency array
Test · Build · Lint: src/hooks/usePersistence.ts#L14
Unexpected any. Specify a different type