Skip to content

feat: bulk csv template download #5632

feat: bulk csv template download

feat: bulk csv template download #5632

Triggered via pull request June 18, 2026 15:26
Status Success
Total duration 2m 30s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Run linters
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v1. 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: sites/partners/src/components/listings/PaperListingForm/sections/Units.tsx#L22
'useJurisdiction' is defined but never used
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#L146
Caution: `axiosStatic` also has a named export `create`. Check if you meant to write `import {create} from 'axios'` instead