ci.yml
on: push
TypeScript Tests
11s
GitHub Actions Test
7s
Annotations
11 errors and 3 warnings
GitHub Actions Test
ENOENT: no such file or directory, open '/home/runner/work/pipelab-github-action/pipelab-github-action/dist/downloads/pipelab.zip'
|
TypeScript Tests:
__tests__/index.test.ts#L9
Unsafe assignment of an error typed value
|
TypeScript Tests:
__tests__/index.test.ts#L9
Unsafe call of a(n) `error` type typed value
|
TypeScript Tests:
__tests__/index.test.ts#L9
Unsafe member access .mockImplementation on an `error` typed value
|
TypeScript Tests:
__tests__/main.test.ts#L14
Unsafe assignment of an error typed value
|
TypeScript Tests:
__tests__/main.test.ts#L17
'debugMock' is assigned a value but never used
|
TypeScript Tests:
__tests__/main.test.ts#L28
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
|
TypeScript Tests:
__tests__/main.test.ts#L48
Unsafe call of a(n) `error` type typed value
|
TypeScript Tests:
__tests__/main.test.ts#L48
Unsafe member access .run on an `error` typed value
|
TypeScript Tests:
src/main.ts#L31
Unsafe assignment of an `any` value
|
TypeScript Tests:
src/main.ts#L74
Unexpected `await` of a non-Promise (non-"Thenable") value
|
GitHub Actions Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
GitHub Actions Test
Unexpected input(s) 'milliseconds', valid inputs are ['action', 'project', 'pipelab-version']
|
TypeScript Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|