Skip to content

(feat) Display Form Audit information on the Form editor #596

(feat) Display Form Audit information on the Form editor

(feat) Display Form Audit information on the Form editor #596

Triggered via pull request September 26, 2023 09:59
Status Failure
Total duration 2m 56s
Artifacts

node.js.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
build
Error: Input required and not supplied: server-token
build
lint: command (/home/runner/work/openmrs-esm-form-builder/openmrs-esm-form-builder) yarn run lint exited (1)
build: src/components/audit-form/audit-form.component.tsx#L4
Replace `⏎··StructuredListWrapper,⏎··StructuredListRow,⏎··StructuredListCell,⏎··StructuredListBody,⏎` with `·StructuredListWrapper,·StructuredListRow,·StructuredListCell,·StructuredListBody·`
build: src/components/audit-form/audit-form.component.tsx#L19
Unexpected any. Specify a different type
build: src/components/audit-form/audit-form.component.tsx#L37
Replace `⏎········`${form.encounterType.display}·-·${form.encounterType.uuid}`⏎······` with ``${form.encounterType.display}·-·${form.encounterType.uuid}``
build: src/components/audit-form/audit-form.component.tsx#L71
Replace `⏎················parseDate(form?.auditInfo?.dateCreated)⏎··············` with `parseDate(form?.auditInfo?.dateCreated)`
build: src/components/audit-form/audit-form.component.tsx#L72
Unsafe argument of type `any` assigned to a parameter of type `string`
build: src/components/audit-form/audit-form.component.tsx#L80
Replace `⏎····················parseDate(form?.auditInfo?.dateChanged)⏎··················` with `parseDate(form?.auditInfo?.dateChanged)`
build: src/components/audit-form/audit-form.component.tsx#L81
Unsafe argument of type `any` assigned to a parameter of type `string`
build: src/components/form-editor/form-editor.component.tsx#L311
Replace `'Form·previews'` with `"Form·previews"`
build
Process completed with exit code 1.