Create build.yml #1
Annotations
10 errors and 2 warnings
build:
module.ts#L1
Argument of type 'undefined' is not assignable to parameter of type 'string'.
|
build:
module.ts#L1
'module' is possibly 'undefined'.
|
build:
module.ts#L1
'module' is possibly 'undefined'.
|
build:
module.ts#L1
Variable 'finishLoading' is used before being assigned.
|
build:
module.ts#L1
'module' is possibly 'undefined'.
|
build:
module.ts#L1
Variable 'finishLoading' is used before being assigned.
|
build:
module.ts#L1
Variable 'finishLoading' is used before being assigned.
|
build:
module.ts#L1
'module' is possibly 'undefined'.
|
build:
tests/tests.ts#L1
'check' is declared but its value is never read.
|
build:
transforms/index.ts#L1
Element implicitly has an 'any' type because type 'typeof globalThis' has no index signature.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|