mirror of
https://github.com/actions/attest-build-provenance.git
synced 2026-06-13 18:19:53 +00:00
Show
Update `.github/linters/.markdown-lint.yml` to configure markdown linting rules. * **Ordered list item prefix** - Set style to 'one' for MD029 * **Line length** - Set line length to 80 for MD013 - Disable line length check for code blocks, tables, headings, headings with children, and code lines --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/GIgako19929/attest-build-provenance?shareId=XXXX-XXXX-XXXX-XXXX).
This commit is contained in:
parent
284c3fc77e
commit
c64e6a734e
9
.github/linters/.markdown-lint.yml
vendored
9
.github/linters/.markdown-lint.yml
vendored
@ -5,3 +5,12 @@ MD004:
|
|||||||
# Ordered list item prefix
|
# Ordered list item prefix
|
||||||
MD029:
|
MD029:
|
||||||
style: one
|
style: one
|
||||||
|
|
||||||
|
# Line length
|
||||||
|
MD013:
|
||||||
|
line_length: 80
|
||||||
|
code_blocks: false
|
||||||
|
tables: false
|
||||||
|
headings: false
|
||||||
|
headings_with_children: false
|
||||||
|
code_lines: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user