V5 #1
Annotations
10 errors and 1 warning
Linting:
src/app.ts#L5
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly
|
Linting:
src/app.ts#L5
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Linting:
src/app.ts#L13
Promise returned in function argument where a void return was expected
|
Linting:
src/bot/functions/actions.ts#L29
Missing return type on function
|
Linting:
src/bot/functions/actions.ts#L38
Unexpected object value in conditional. The condition is always true
|
Linting:
src/bot/functions/actions.ts#L38
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly
|
Linting:
src/bot/functions/actions.ts#L38
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly
|
Linting:
src/bot/functions/actions.ts#L38
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly
|
Linting:
src/bot/functions/actions.ts#L41
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly
|
Linting:
src/bot/functions/actions.ts#L41
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading