docs: Simple python example #6
lint.yaml
on: pull_request
Check PR title format
4s
Check editorconfig
5s
Lint all markdown files
6s
Check spelling
4s
Check if all lint jobs succeeded
1s
Annotations
7 errors
Headings should be surrounded by blank lines:
examples/python/README.md#L3
examples/python/README.md:3 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Prerequisites"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md022.md
|
Lists should be surrounded by blank lines:
examples/python/README.md#L4
examples/python/README.md:4 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Configure Sui Client to conn..."] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md032.md
|
Bare URL used:
examples/python/README.md#L5
examples/python/README.md:5:8 MD034/no-bare-urls Bare URL used [Context: "https://docs.sui.io/guides/dev..."] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md034.md
|
Headings should be surrounded by blank lines:
examples/python/README.md#L11
examples/python/README.md:11 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Index of examples"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md022.md
|
Lists should be surrounded by blank lines:
examples/python/README.md#L12
examples/python/README.md:12 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- ..."] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md032.md
|
Lint all markdown files
Failed with exit code: 1
|
Check if all lint jobs succeeded
Process completed with exit code 1.
|