Skip to content

Initial implementation #4

Initial implementation

Initial implementation #4

Triggered via pull request November 7, 2024 21:03
Status Failure
Total duration 30s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 1 warning
Type Check: src/bin/index.ts#L116
Type 'string | undefined' is not assignable to type 'Promise<unknown>'.
Type Check: src/bin/index.ts#L133
Type '{}' is not assignable to type 'string'.
Type Check: src/bin/index.ts#L145
Argument of type '{}' is not assignable to parameter of type 'string'.
Type Check
Process completed with exit code 2.
Lint: src/bin/index.ts#L116
Type 'string | undefined' is not assignable to type 'Promise<unknown>'.
Lint: src/bin/index.ts#L133
Type '{}' is not assignable to type 'string'.
Build: src/bin/index.ts#L116
Type 'string | undefined' is not assignable to type 'Promise<unknown>'.
Lint: src/bin/index.ts#L145
Argument of type '{}' is not assignable to parameter of type 'string'.
Build: src/bin/index.ts#L133
Type '{}' is not assignable to type 'string'.
Build: src/bin/index.ts#L145
Argument of type '{}' is not assignable to parameter of type 'string'.
Lint
Process completed with exit code 1.
Build
Process completed with exit code 1.
Are the types wrong?: src/bin/index.ts#L116
Type 'string | undefined' is not assignable to type 'Promise<unknown>'.
Are the types wrong?: src/bin/index.ts#L133
Type '{}' is not assignable to type 'string'.
Are the types wrong?: src/bin/index.ts#L145
Argument of type '{}' is not assignable to parameter of type 'string'.
Are the types wrong?
Process completed with exit code 1.
Test
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/