feat: provide scope as parameter #62
ci.yml
on: pull_request
Build
16s
Lint
17s
Prettier
14s
Test
14s
Type Check
11s
Are the types wrong?
15s
Annotations
8 errors and 6 warnings
Type Check:
src/bin/index.ts#L165
Argument of type '{ logger: SpinnerLogger; organisation: string; daysToExpiry: number | undefined; }' is not assignable to parameter of type '{ logger?: Logger | undefined; organisation: string; daysToExpiry?: number | undefined; scope: string; }'.
|
Type Check
Process completed with exit code 2.
|
Are the types wrong?:
src/bin/index.ts#L165
Argument of type '{ logger: SpinnerLogger; organisation: string; daysToExpiry: number | undefined; }' is not assignable to parameter of type '{ logger?: Logger | undefined; organisation: string; daysToExpiry?: number | undefined; scope: string; }'.
|
Are the types wrong?
Process completed with exit code 1.
|
Build:
src/bin/index.ts#L165
Argument of type '{ logger: SpinnerLogger; organisation: string; daysToExpiry: number | undefined; }' is not assignable to parameter of type '{ logger?: Logger | undefined; organisation: string; daysToExpiry?: number | undefined; scope: string; }'.
|
Build
Process completed with exit code 1.
|
Lint:
src/bin/index.ts#L165
Argument of type '{ logger: SpinnerLogger; organisation: string; daysToExpiry: number | undefined; }' is not assignable to parameter of type '{ logger?: Logger | undefined; organisation: string; daysToExpiry?: number | undefined; scope: string; }'.
|
Lint
Process completed with exit code 1.
|
Type Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Prettier
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Are the types wrong?
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|