Skip to content

0.0.12

0.0.12 #20

Triggered via push January 24, 2024 13:32
Status Success
Total duration 51s
Artifacts

check-pr.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint: src/cli.ts#L5
Async function 'parseCommand' has no 'await' expression
Lint: src/cli.ts#L33
Forbidden non-null assertion
Lint: src/cli.ts#L44
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Lint: src/codegen/hygen.ts#L10
'watch' is assigned a value but never used
Lint: src/codegen/index.ts#L2
'utils' is defined but never used
Lint: src/codegen/index.ts#L2
'z' is defined but never used
Lint: src/codegen/index.ts#L19
Unnecessary conditional, value is always falsy
Lint: src/codegen/utils.ts#L1
'z' is defined but never used
Lint: src/codegen/utils.ts#L24
Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
Lint: src/create-lib/index.ts#L27
Unexpected any. Specify a different type