Skip to content

eep 62: fix format #119

eep 62: fix format

eep 62: fix format #119

Triggered via push December 20, 2023 14:40
Status Failure
Total duration 20s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

action.yml

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

Annotations

6 errors and 1 warning
Fenced code blocks should have a language specified: eeps/eep-0063.md#L22
eeps/eep-0063.md:22 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md040.md
Code block style: eeps/eep-0063.md#L22
eeps/eep-0063.md:22 MD046/code-block-style Code block style [Expected: indented; Actual: fenced] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md046.md
Fenced code blocks should have a language specified: eeps/eep-0063.md#L28
eeps/eep-0063.md:28 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md040.md
Code block style: eeps/eep-0063.md#L28
eeps/eep-0063.md:28 MD046/code-block-style Code block style [Expected: indented; Actual: fenced] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md046.md
Multiple consecutive blank lines: eeps/eep-0063.md#L63
eeps/eep-0063.md:63 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md012.md
markdownlint
Failed with exit code: 1
markdownlint
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/