Skip to content

Clean up from self review #1234

Clean up from self review

Clean up from self review #1234

Triggered via push July 12, 2024 09:26
Status Failure
Total duration 1m 40s
Artifacts

cd-test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 10 warnings
test (22.x, ubuntu-latest): packages/fhir-import/src/components/statusTag.tsx#L5
Replace `··const·tagStatusColor·=·getStatusColor(statusString)` with `const·tagStatusColor·=·getStatusColor(statusString);`
test (22.x, ubuntu-latest): packages/fhir-import/src/components/statusTag.tsx#L6
Replace `····return·(<Tag·color={tagStatusColor}>⏎········{statusString}⏎····</Tag>)` with `··return·<Tag·color={tagStatusColor}>{statusString}</Tag>;`
test (22.x, ubuntu-latest): packages/fhir-import/src/components/statusTag.tsx#L11
Replace `⏎····|·'completed'⏎····|·'waiting'⏎····|·'active'⏎····|·'delayed'⏎····|·'failed'⏎···` with `·'completed'·|·'waiting'·|·'active'·|·'delayed'·|·'failed'`
test (22.x, ubuntu-latest): packages/fhir-import/src/components/statusTag.tsx#L21
Replace `········case·"completed"` with `····case·'completed'`
test (22.x, ubuntu-latest): packages/fhir-import/src/components/statusTag.tsx#L22
Replace `············return·"success"` with `······return·'success';`
test (22.x, ubuntu-latest): packages/fhir-import/src/components/statusTag.tsx#L23
Replace `········case·"active"` with `····case·'active'`
test (22.x, ubuntu-latest): packages/fhir-import/src/components/statusTag.tsx#L24
Replace `············return·"processing"` with `······return·'processing';`
test (22.x, ubuntu-latest): packages/fhir-import/src/components/statusTag.tsx#L25
Replace `········case·"failed"` with `····case·'failed'`
test (22.x, windows-latest)
The job was canceled because "_22_x_ubuntu-latest" failed.
test (22.x, windows-latest)
The operation was canceled.