Skip to content

feat: add partners scheduled application open date field #5634

feat: add partners scheduled application open date field

feat: add partners scheduled application open date field #5634

Triggered via pull request June 18, 2026 15:27
Status Success
Total duration 4m 56s
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/components/listings/PaperListingForm/sections/Units.tsx#L22
'useJurisdiction' is defined but never used
Run linters: sites/partners/src/components/listings/PaperListingForm/sections/ApplicationDates.tsx#L152
'isScheduledApplicationOpenDateEmpty' is assigned a value 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