Skip to content

docs: add initial dev guide #18

docs: add initial dev guide

docs: add initial dev guide #18

Triggered via pull request June 11, 2024 15:36
@gdanezisgdanezis
synchronize #18
dev-guide
Status Failure
Total duration 33s
Billable time 5m
Artifacts

lint.yaml

on: pull_request
Check PR title format
9s
Check PR title format
Check editorconfig
8s
Check editorconfig
Lint all markdown files
6s
Lint all markdown files
Check spelling
5s
Check spelling
Check if all lint jobs succeeded
3s
Check if all lint jobs succeeded
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Multiple consecutive blank lines: docs/dev-guide.md#L15
docs/dev-guide.md:15 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md012.md
Heading levels should only increment by one level at a time: docs/dev-operations.md#L3
docs/dev-operations.md:3 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md001.md
Line length: docs/dev-operations.md#L50
docs/dev-operations.md:50:101 MD013/line-length Line length [Expected: 100; Actual: 118] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
Line length: docs/python.md#L6
docs/python.md:6:101 MD013/line-length Line length [Expected: 100; Actual: 119] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
Line length: docs/python.md#L8
docs/python.md:8:101 MD013/line-length Line length [Expected: 100; Actual: 120] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
Line length: docs/python.md#L12
docs/python.md:12:101 MD013/line-length Line length [Expected: 100; Actual: 154] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
Line length: docs/python.md#L13
docs/python.md:13:101 MD013/line-length Line length [Expected: 100; Actual: 131] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
Fenced code blocks should be surrounded by blank lines: docs/sui-struct.md#L54
docs/sui-struct.md:54 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```move"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md031.md
Multiple consecutive blank lines: docs/sui-struct.md#L70
docs/sui-struct.md:70 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md012.md
Multiple consecutive blank lines: docs/sui-struct.md#L78
docs/sui-struct.md:78 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md012.md
Check editorconfig
Process completed with exit code 1.
Check if all lint jobs succeeded
Process completed with exit code 1.