chore(release): v1.0.0 π #2
Annotations
2 errors and 7 warnings
src/logic/withExpectOutkey.test.ts#L21
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/domain/HasName.ts#L6
Missing return type on function
|
src/logic/withExpectOutkey.test.ts#L8
'input' is defined but never used. Allowed unused args must match /^_/u
|
src/logic/withExpectOutkey.ts#L16
'Thing' is defined but never used
|
src/logic/withExpectOutkey.ts#L20
Missing return type on function
|
src/logic/withExpectOutput.ts#L19
'options' is defined but never used. Allowed unused args must match /^_/u
|
src/logic/withExpectOutput.ts#L22
Missing return type on function
|
This job failed
Loading