Skip to content
Triggered via pull request January 21, 2025 17:55
@smalho01smalho01
opened #125
dev
Status Success
Total duration 1m 10s
Artifacts

ci-workflow.yml

on: pull_request
Check tsc, lint, and prettier
59s
Check tsc, lint, and prettier
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Check tsc, lint, and prettier
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check tsc, lint, and prettier: src/cds-hooks/prefetch/PrefetchHydrator.ts#L5
Unexpected any. Specify a different type
Check tsc, lint, and prettier: src/cds-hooks/prefetch/PrefetchHydrator.ts#L55
Unexpected any. Specify a different type
Check tsc, lint, and prettier: src/cds-hooks/prefetch/PrefetchHydrator.ts#L63
Unexpected any. Specify a different type
Check tsc, lint, and prettier: src/cds-hooks/resources/HookTypes.ts#L319
Unexpected any. Specify a different type
Check tsc, lint, and prettier: src/cds-hooks/resources/OrderSign.ts#L9
Unexpected any. Specify a different type
Check tsc, lint, and prettier: src/views/Help/Help.tsx#L47
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
Check tsc, lint, and prettier: src/views/Help/Help.tsx#L219
Fast refresh can't handle anonymous components. Add a name to your export
Check tsc, lint, and prettier: src/views/Patient/MedReqDropDown/MedReqDropDown.tsx#L66
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Check tsc, lint, and prettier: src/views/Patient/MedReqDropDown/MedReqDropDown.tsx#L114
React Hook useEffect has missing dependencies: 'cdsUrl' and 'setHooksCards'. Either include them or remove the dependency array
Check tsc, lint, and prettier: src/views/Patient/MedReqDropDown/MedReqDropDown.tsx#L145
React Hook useEffect has a missing dependency: 'medicationBundle?.data'. Either include it or remove the dependency array. If 'setSelectedMedicationCard' needs the current value of 'medicationBundle.data', you can also switch to useReducer instead of useState and read 'medicationBundle.data' in the reducer