chore(deps): update postgres docker tag to v18 #126
continuous-integration.yml
on: pull_request
🔠 Lint project
19s
� Build project
31s
Annotations
10 errors and 10 warnings
|
unused-imports(no-unused-vars):
src/lib/common/constants.ts#L5
'Primary' is defined but never used. Allowed unused vars must match /^_/u.
|
|
eslint-plugin-unicorn(no-empty-file):
src/lib/i18n/languageKeys/keys/Common.ts#L1
Empty files are not allowed.
|
|
unused-imports(no-unused-vars):
src/lib/types/Enums.ts#L4
'TwitchStreamOnline' is defined but never used. Allowed unused vars must match /^_/u.
|
|
unused-imports(no-unused-vars):
src/lib/types/Enums.ts#L3
'TwitchStreamOffline' is defined but never used. Allowed unused vars must match /^_/u.
|
|
unused-imports(no-unused-vars):
src/lib/types/Enums.ts#L2
'TwitchStreamHookedAnalytics' is defined but never used. Allowed unused vars must match /^_/u.
|
|
unused-imports(no-unused-vars):
src/lib/utilities/discord-api.ts#L9
'Container' is defined but never used. Allowed unused vars must match /^_/u.
|
|
unused-imports(no-unused-vars):
src/lib/types/AnalyticsSchema.ts#L7
'Offline' is defined but never used. Allowed unused vars must match /^_/u.
|
|
unused-imports(no-unused-vars):
src/lib/types/AnalyticsSchema.ts#L6
'Online' is defined but never used. Allowed unused vars must match /^_/u.
|
|
unused-imports(no-unused-vars):
src/lib/types/AnalyticsSchema.ts#L2
'TwitchStreamStatus' is defined but never used. Allowed unused vars must match /^_/u.
|
|
eslint-plugin-unicorn(no-empty-file):
src/lib/i18n/languageKeys/keys/Events.ts#L1
Empty files are not allowed.
|
|
🔠 Lint project
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-await-in-loop):
src/listeners/twitch/twitchStreamOnline.ts#L63
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
src/listeners/twitch/twitchStreamOnline.ts#L51
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
src/listeners/twitch/twitchStreamOnline.ts#L48
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
src/listeners/twitch/twitchStreamOnline.ts#L43
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
src/listeners/twitch/twitchStreamOffline.ts#L56
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
src/listeners/twitch/twitchStreamOffline.ts#L44
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
src/listeners/twitch/twitchStreamOffline.ts#L41
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
src/listeners/twitch/twitchStreamOffline.ts#L36
Unexpected `await` inside a loop.
|
|
� Build project
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|