Skip to content

markdownlint upgraded to DavidAnson/markdownlint-cli2-action #2

markdownlint upgraded to DavidAnson/markdownlint-cli2-action

markdownlint upgraded to DavidAnson/markdownlint-cli2-action #2

Triggered via push May 19, 2025 09:45
Status Failure
Total duration 14s
Artifacts
markdown-lint
2s
markdown-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Inline HTML: README.md#L1
README.md:1:1 MD033/no-inline-html Inline HTML [Element: img] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md033.md
First line in a file should be a top-level heading: README.md#L1
README.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "<img src="/logo.svg" width="64..."] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md041.md
Images should have alternate text (alt text): README.md#L1
README.md:1:1 MD045/no-alt-text Images should have alternate text (alt text) https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md045.md
Line length: README.md#L11
README.md:11:81 MD013/line-length Line length [Expected: 80; Actual: 95] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md013.md
Dollar signs used before commands without showing output: README.md#L26
README.md:26:1 MD014/commands-show-output Dollar signs used before commands without showing output [Context: "$ gem install jgd"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md014.md
Dollar signs used before commands without showing output: README.md#L32
README.md:32:1 MD014/commands-show-output Dollar signs used before commands without showing output [Context: "$ jgd"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md014.md
Line length: README.md#L42
README.md:42:81 MD013/line-length Line length [Expected: 80; Actual: 131] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md013.md
Link fragments should be valid: README.md#L44
README.md:44:69 MD051/link-fragments Link fragments should be valid [Context: "[Production variables](#production-variables)"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md051.md
Line length: README.md#L45
README.md:45:81 MD013/line-length Line length [Expected: 80; Actual: 96] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md013.md
Fenced code blocks should be surrounded by blank lines: README.md#L60
README.md:60 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```sh"] https://github.com/DavidAnson/markdownlint/blob/v0.38.0/doc/md031.md