Skip to content

feat: native TS parser, drop .py bridge 馃悕馃寜, restruc __tests__ #57

feat: native TS parser, drop .py bridge 馃悕馃寜, restruc __tests__

feat: native TS parser, drop .py bridge 馃悕馃寜, restruc __tests__ #57

Triggered via pull request August 1, 2026 21:22
Status Success
Total duration 1m 28s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
quality
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/
eslint(no-unused-vars): src/features/miscellaneous/coordinate-marker/index.tsx#L21
Type 'TLocationPoint' is imported but never used.
eslint(no-underscore-dangle): src/server/actions/contact/submission.ts#L12
Unexpected dangling '_' in '`_gotcha`'.
eslint(no-underscore-dangle): src/components/ui/stagger-system.tsx#L357
Unexpected dangling '_' in '`__STAGGER_DEBUG__`'.
eslint(no-underscore-dangle): src/components/ui/stagger-system.tsx#L348
Unexpected dangling '_' in '`__STAGGER_DEBUG__`'.
eslint(no-underscore-dangle): src/components/ui/stagger-system.tsx#L20
Unexpected dangling '_' in '`__STAGGER_DEBUG__`'.
eslint(no-unused-vars): .kuizer/rollback/2026-07-12T18-20-54.646Z/src/components/search/search-bar.tsx#L103
Parameter 'title' is declared but never used. Unused parameters should start with a '_'.
eslint(no-unused-vars): src/components/blog/reaction-bar.tsx#L55
Variable 'wasReacted' is declared but never used. Unused variables should start with a '_'.