Skip to content

Use mdx instead of markdown #1085

Use mdx instead of markdown

Use mdx instead of markdown #1085

Triggered via push September 6, 2023 07:57
Status Failure
Total duration 53s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

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

Annotations

8 errors and 2 warnings
Build & test (18.x): components/post-body.tsx#L1
Type 'string & { components: { Card: ComponentType<CardProps>; }; }' is not assignable to type 'IntrinsicAttributes & MDXRemoteSerializeResult<unknown, unknown> & { components?: MDXComponents | MergeComponents | null | undefined; lazy?: boolean | undefined; }'.
Build & test (18.x): components/post-body.tsx#L1
Spread types may only be created from object types.
Build & test (18.x): pages/posts/[slug].tsx#L1
Type '{ content: string; }' is not assignable to type 'IntrinsicAttributes & PostBodyProps'.
Build & test (18.x)
Process completed with exit code 2.
Build & test (20.x): components/post-body.tsx#L1
Type 'string & { components: { Card: ComponentType<CardProps>; }; }' is not assignable to type 'IntrinsicAttributes & MDXRemoteSerializeResult<unknown, unknown> & { components?: MDXComponents | MergeComponents | null | undefined; lazy?: boolean | undefined; }'.
Build & test (20.x): components/post-body.tsx#L1
Spread types may only be created from object types.
Build & test (20.x): pages/posts/[slug].tsx#L1
Type '{ content: string; }' is not assignable to type 'IntrinsicAttributes & PostBodyProps'.
Build & test (20.x)
The operation was canceled.
Build & test (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build & test (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/