Skip to content

fix: CLI is missing #755

fix: CLI is missing

fix: CLI is missing #755

Triggered via pull request July 6, 2026 01:04
Status Success
Total duration 18s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/
lint: src/internal/parser.ts#L52
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
lint: src/internal/index.ts#L11
Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
lint: src/internal/core/index.ts#L265
Unnecessary conditional, the types have no overlap
lint: src/internal/core/index.ts#L210
'_state' is defined but never used
lint: src/internal/core/index.ts#L191
'_state' is defined but never used
lint: src/internal/core/index.ts#L140
'_state' is defined but never used
lint: src/internal/core/index.ts#L127
'_state' is defined but never used
lint: src/cli/parseSimple.ts#L8
Unnecessary conditional, value is always truthy
lint: src/cli/parse.ts#L8
Unnecessary conditional, value is always truthy
lint: src/cli/misc/inputLine.ts#L9
Prefer named exports