Skip to content

Progress Report Media #3134

Progress Report Media

Progress Report Media #3134

Triggered via pull request September 26, 2023 18:53
Status Failure
Total duration 3m 18s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
run: src/scenes/ProgressReports/EditForm/Steps/Media/MediaStep.tsx#L44
Promise-returning function provided to property where a void return was expected
run: src/scenes/ProgressReports/EditForm/Steps/Media/VariantMediaAccordion.tsx#L19
Use Link in components/Routing instead which has routing integrated
run
Process completed with exit code 1.
run: src/scenes/ProgressReports/EditForm/Steps/Media/MediaInfoForm.tsx#L45
Unnecessary optional chain on a non-nullish value
run: src/scenes/ProgressReports/EditForm/Steps/Media/MediaStep.tsx#L24
Expected an assignment or function call and instead saw an expression
run: src/scenes/ProgressReports/EditForm/Steps/Media/VariantMediaAccordion.tsx#L42
'uploadImage' is defined but never used. Allowed unused args must match /^_/u
run: src/scenes/ProgressReports/EditForm/Steps/Media/VariantMediaAccordion.tsx#L59
Prefer using an optional chain expression instead, as it's more concise and easier to read