Skip to content

bug: Markdownlint Action Ignore Templates #27

bug: Markdownlint Action Ignore Templates

bug: Markdownlint Action Ignore Templates #27

Triggered via pull request January 26, 2026 18:06
Status Failure
Total duration 10s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
lint
Failed with exit code: 1
Headings should be surrounded by blank lines: test.md#L17
test.md:17 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "### This header ends with an exclamation point!"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md022.md
Headings should be surrounded by blank lines: test.md#L16
test.md:16 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### This header ends with a question mark?"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md022.md
Headings should be surrounded by blank lines: test.md#L16
test.md:16 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "### This header ends with a question mark?"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md022.md
Trailing punctuation in heading: test.md#L15
test.md:15:35 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: '.'] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md026.md
Headings should be surrounded by blank lines: test.md#L15
test.md:15 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### This header ends with a period."] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md022.md
Multiple consecutive blank lines: test.md#L3
test.md:3 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md012.md