Skip to content

Initial load testing #5491

Initial load testing

Initial load testing #5491

Triggered via pull request June 2, 2026 16:48
Status Success
Total duration 2m 23s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Run linters
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@v1. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
Run linters: sites/partners/src/lib/hooks.ts#L189
React Hook useCallback has missing dependencies: 'addToast', 'listingsService', and 'useSecurePathway'. Either include them or remove the dependency array
Run linters: shared-helpers/src/views/multiselectQuestions.tsx#L705
Unexpected any. Specify a different type
Run linters: shared-helpers/src/views/multiselectQuestions.tsx#L694
Unexpected any. Specify a different type
Run linters: shared-helpers/src/views/multiselectQuestions.tsx#L437
Unexpected any. Specify a different type
Run linters: shared-helpers/src/views/multiselectQuestions.tsx#L437
Unexpected any. Specify a different type
Run linters: shared-helpers/src/utilities/useMutate.ts#L5
Unexpected any. Specify a different type
Run linters: shared-helpers/src/scripts/generate-translations.ts#L49
Unexpected any. Specify a different type
Run linters: shared-helpers/src/auth/AuthContext.ts#L144
Caution: `axiosStatic` also has a named export `create`. Check if you meant to write `import {create} from 'axios'` instead