Skip to content

feat: add action getClassGroupDates #425

feat: add action getClassGroupDates

feat: add action getClassGroupDates #425

Triggered via pull request April 28, 2026 18:29
Status Failure
Total duration 57s
Artifacts

frontend_ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 11 warnings
Find deadcode
Process completed with exit code 1.
Test build
Process completed with exit code 1.
lint: src/actions/v2/get-class-group-dates.ts#L64
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
lint: src/actions/v2/get-class-group-dates.ts#L34
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
lint: src/actions/v2/get-class-group-dates.ts#L27
Expected { after 'if' condition
lint: src/actions/v2/get-class-group-dates.ts#L27
Prefer `Number.isNaN` over `isNaN`
lint: src/actions/v2/get-class-group-dates.ts#L25
Expected { after 'if' condition
lint: src/actions/v2/get-class-group-dates.ts#L25
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly
lint: src/actions/plans.ts#L115
Unexpected console statement. Only these console methods are allowed: warn, error
lint: src/actions/plans.ts#L92
Unexpected console statement. Only these console methods are allowed: warn, error
lint: src/actions/plans.ts#L67
Unexpected console statement. Only these console methods are allowed: warn, error
lint: src/actions/plans.ts#L36
Unexpected console statement. Only these console methods are allowed: warn, error
Find deadcode
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. 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/
Find deadcode
Both node-version and node-version-file inputs are specified, only node-version will be used
Format
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. 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/
Format
Both node-version and node-version-file inputs are specified, only node-version will be used
Test build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. 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/
Test build
Both node-version and node-version-file inputs are specified, only node-version will be used
lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. 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/
lint: src/hooks/use-mobile.tsx#L16
Avoid initializing state in an effect. Instead, initialize "isMobile"'s `useState()` with "window.innerWidth < MOBILE_BREAKPOINT". For SSR hydration, prefer `useSyncExternalStore()`
lint: src/components/magicui/animated-list.tsx#L38
Avoid using state and effects as an event handler. Instead, call the event handling code directly when the event occurs
lint: src/app/plans/page.client.tsx#L65
Avoid passing data to parents in an effect. Instead, let the parent fetch the data itself and pass it down to the child as a prop
lint
Both node-version and node-version-file inputs are specified, only node-version will be used