Skip to content

PFDA-6896 – GSRS: Update build workflow to support build from source … #31

PFDA-6896 – GSRS: Update build workflow to support build from source …

PFDA-6896 – GSRS: Update build workflow to support build from source … #31

Triggered via push May 27, 2026 18:43
Status Failure
Total duration 11m 8s
Artifacts

precisionFDA.yml

on: push
Node Static Analysis for PR
34s
Node Static Analysis for PR
Test React app
59s
Test React app
Test React app production build
21s
Test React app production build
Static Analysis for Master
28s
Static Analysis for Master
Ruby Static Analysis for PR
0s
Ruby Static Analysis for PR
Test Ruby
1m 48s
Test Ruby
Test Node Backend
9m 19s
Test Node Backend
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 12 warnings, and 10 notices
lint/suspicious/noThenProperty: src/features/apps/form/common.ts#L191
This object defines a then property.
lint/a11y/useSemanticElements: src/components/ui/input-group.tsx#L47
The elements with this role can be changed to the following elements: <fieldset>
lint/a11y/useKeyWithClickEvents: src/components/ui/input-group.tsx#L46
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.
lint/a11y/useSemanticElements: src/components/ui/input-group.tsx#L12
The elements with this role can be changed to the following elements: <fieldset>
format: src/components/Select.tsx#L1
File content differs from formatting output
lint/a11y/useButtonType: src/components/NotificationCenter/NotificationCenter.tsx#L148
Provide an explicit type prop for the button element.
lint/style/noNonNullAssertion: src/features/apps/form/EditAppPage.tsx#L28
Forbidden non-null assertion.
lint/style/noNonNullAssertion: src/features/apps/AppsShow.tsx#L195
Forbidden non-null assertion.
lint/suspicious/noExplicitAny: src/features/apps/AppsShow.tsx#L42
Unexpected any. Specify a different type.
lint/correctness/noUnusedVariables: src/components/Table/components/Filter.tsx#L12
This variable NumberInput is unused.
lint/suspicious/noExplicitAny: src/components/Table/components/Filter.tsx#L49
Unexpected any. Specify a different type.
lint/suspicious/noExplicitAny: src/components/Table/components/Filter.tsx#L8
Unexpected any. Specify a different type.
lint/style/useImportType: src/components/HomeLabel.tsx#L2
All these imports are only used as types.
lint/suspicious/noExplicitAny: src/components/Header/useNavFavorites.tsx#L31
Unexpected any. Specify a different type.
Node Static Analysis for PR
Previous commit 66c923d4232f7ac9b45e754037d33386dc1f0e47 is not valid. Using parent commit.
Node Static Analysis for PR
Unable to locate the commit sha: 66c923d4232f7ac9b45e754037d33386dc1f0e47
lint/complexity/useLiteralKeys: src/features/home/utils.ts#L19
The computed expression can be simplified without the use of a string literal.
lint/style/useTemplate: src/features/databases/databases.api.ts#L37
Template literals are preferred over string concatenation.
lint/style/useTemplate: src/features/comparators/useComparatorModal.tsx#L104
Template literals are preferred over string concatenation.
lint/style/useTemplate: src/features/apps/form/Fields.tsx#L347
Template literals are preferred over string concatenation.
lint/complexity/useLiteralKeys: src/features/apps/form/Fields.tsx#L97
The computed expression can be simplified without the use of a string literal.
lint/complexity/useLiteralKeys: src/features/actionModals/useEditPropertiesModal.tsx#L118
The computed expression can be simplified without the use of a string literal.
lint/complexity/noExtraBooleanCast: src/components/Header/Header.tsx#L447
Avoid redundant double-negation.