Skip to content

fix: post footer position, markdown style #35

fix: post footer position, markdown style

fix: post footer position, markdown style #35

Triggered via push June 7, 2024 19:20
Status Failure
Total duration 55s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
CI: src/notion/utils.test.ts#L12
Property 'in_trash' is missing in type '{ id: string; created_time: string; created_by: { object: "user"; id: string; }; last_edited_time: string; last_edited_by: { object: "user"; id: string; }; object: "block"; has_children: false; archived: false; parent: { ...; }; type: "image"; image: { ...; }; }' but required in type 'ImageBlockObjectResponse'.
CI: src/notion/utils.test.ts#L67
Type '{ id: string; created_time: string; created_by: { object: "user"; id: string; }; last_edited_time: string; last_edited_by: { object: "user"; id: string; }; object: "block"; has_children: false; archived: false; parent: { ...; }; type: "paragraph"; paragraph: { ...; }; }' does not satisfy the expected type 'ParagraphBlockObjectResponse'.
CI
Process completed with exit code 2.
CI
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.