mirror of
https://github.com/actions/attest-build-provenance.git
synced 2026-06-13 18:19:53 +00:00
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).
17 lines
239 B
YAML
17 lines
239 B
YAML
# Unordered list style
|
|
MD004:
|
|
style: dash
|
|
|
|
# Ordered list item prefix
|
|
MD029:
|
|
style: one
|
|
|
|
# Line length
|
|
MD013:
|
|
line_length: 80
|
|
code_blocks: false
|
|
tables: false
|
|
headings: false
|
|
headings_with_children: false
|
|
code_lines: false
|