github.com/nektos/act@v0.2.63-0.20240520024548-8acde99bfa9c/.markdownlint.yml (about)

     1  # Default state for all rules
     2  default: true
     3  
     4  # MD013/line-length - Line length
     5  MD013:
     6    line_length: 1024
     7  
     8  # MD033/no-inline-html - Inline HTML
     9  MD033: false
    10  
    11  # MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading
    12  MD041: false