Skip to content

Adding ListItem

Adding ListItem #5

Triggered via push November 5, 2023 09:21
Status Failure
Total duration 1m 1s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
build: src/components/blocks/HeadingBlock.vue#L6
Element implicitly has an 'any' type because expression of type 'BlockType' can't be used to index type '{ H1: { placeholder: string; class: string; }; H2: { placeholder: string; class: string; }; H3: { placeholder: string; class: string; }; TEXT: null; DIVIDER: null; QUOTE: null; }'.
build: src/components/blocks/HeadingBlock.vue#L8
Element implicitly has an 'any' type because expression of type 'BlockType' can't be used to index type '{ H1: { placeholder: string; class: string; }; H2: { placeholder: string; class: string; }; H3: { placeholder: string; class: string; }; TEXT: null; DIVIDER: null; QUOTE: null; }'.
build
Process completed with exit code 2.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/