Skip to content

fix: Display correct participant answer from alert (M2-10904) #2182

fix: Display correct participant answer from alert (M2-10904)

fix: Display correct participant answer from alert (M2-10904) #2182

Triggered via pull request August 3, 2026 22:05
Status Success
Total duration 18m 40s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint: src/modules/Auth/state/Auth.utils.ts#L40
Expected an assignment or function call and instead saw an expression
Lint: src/modules/Auth/state/Auth.utils.ts#L26
Expected an assignment or function call and instead saw an expression
Lint: src/modules/Auth/state/Auth.utils.ts#L24
Expected an assignment or function call and instead saw an expression
Lint: src/modules/Auth/state/Auth.thunk.test.ts#L79
Unexpected any. Specify a different type
Lint: src/modules/Auth/state/Auth.thunk.test.ts#L60
Unexpected any. Specify a different type
Lint: src/modules/Auth/pages/RecoverPassword/RecoverPassword.tsx#L68
Forbidden non-null assertion
Lint: src/modules/Auth/pages/RecoverPassword/RecoverPassword.tsx#L68
Forbidden non-null assertion
Lint: src/modules/Auth/features/Login/MFAForm/useMFAVerification.test.tsx#L312
Unexpected any. Specify a different type
Lint: src/modules/Auth/features/Login/MFAForm/useMFAVerification.test.tsx#L132
Unexpected any. Specify a different type
Lint: src/__mocks__/LookupTableUploader.tsx#L64
React Hook useEffect has a missing dependency: 'onFileReady'. Either include it or remove the dependency array. If 'onFileReady' changes too often, find the parent component that defines it and wrap that definition in useCallback