ci.yml
on: pull_request
TypeScript Tests
27s
GitHub Actions Test
5s
Annotations
7 warnings
GitHub Actions Test
The following actions use a deprecated Node.js version and will be forced to run on node20: Payadel/assert@v1.0.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
TypeScript Tests:
__tests__/mocks.utility.ts#L76
Unsafe assignment of an `any` value
|
TypeScript Tests:
src/main.ts#L18
Unsafe argument of type error typed assigned to a parameter of type `string | Error`
|
TypeScript Tests:
src/main.ts#L18
Unsafe call of a(n) `error` type typed value
|
TypeScript Tests:
src/utility.ts#L29
Unsafe assignment of an `any` value
|
TypeScript Tests:
src/utility.ts#L29
Unsafe call of a(n) `any` typed value
|
TypeScript Tests:
src/utility.ts#L29
Unsafe member access .toString on an `any` value
|