Skip to content

Create bundle.md

Create bundle.md #219

Triggered via pull request October 30, 2024 15:10
Status Success
Total duration 18s
Artifacts

markdownlint.yml

on: pull_request
markdownlint
7s
markdownlint
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Multiple consecutive blank lines: content/en/about/bundle.md#L108
content/en/about/bundle.md:108 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md012.md
Heading levels should only increment by one level at a time: content/en/about/bundle.md#L154
content/en/about/bundle.md:154 MD001/heading-increment/header-increment Heading levels should only increment by one level at a time [Expected: h3; Actual: h4] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md001.md
Multiple consecutive blank lines: content/en/about/bundle.md#L202
content/en/about/bundle.md:202 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md012.md
Headings should be surrounded by blank lines: content/en/about/bundle.md#L203
content/en/about/bundle.md:203 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "#### DSSE Bundle"] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md022.md
Fenced code blocks should be surrounded by blank lines: content/en/about/bundle.md#L265
content/en/about/bundle.md:265 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```json"] https://github.com/DavidAnson/markdownlint/blob/v0.29.0/doc/md031.md
markdownlint
Failed with exit code: 1
markdownlint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, DavidAnson/markdownlint-cli2-action@v11. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/