Initial implementation #4
ci.yml
on: pull_request
Build
18s
Lint
19s
Prettier
13s
Test
14s
Type Check
11s
Are the types wrong?
19s
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/
|