Skip to content

feat: create library form (TEMP) #496

feat: create library form (TEMP)

feat: create library form (TEMP) #496

Triggered via pull request July 10, 2024 13:38
Status Failure
Total duration 2m 1s
Artifacts

validate.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
tests: src/library-authoring/CreateLibrary.tsx#L16
Property 'createLibrary' does not exist on type '{ headingSubtitle: { id: string; defaultMessage: string; description: string; }; headingInfoAlt: { id: string; defaultMessage: string; description: string; }; searchPlaceholder: { id: string; defaultMessage: string; description: string; }; ... 11 more ...; componentsTitle: { ...; }; }'.
tests: src/library-authoring/CreateLibrary.tsx#L20
Property 'createLibraryTempPlaceholder' does not exist on type '{ headingSubtitle: { id: string; defaultMessage: string; description: string; }; headingInfoAlt: { id: string; defaultMessage: string; description: string; }; searchPlaceholder: { id: string; defaultMessage: string; description: string; }; ... 11 more ...; componentsTitle: { ...; }; }'.
tests
Process completed with exit code 2.
tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/