Skip to content

Commit

Permalink
docs: add markdownlint config
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrates committed Dec 15, 2024
1 parent 6c0f5a8 commit 34390c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/.markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Disable some built-in rules
config:
no-duplicate-heading: false # MD024
line-length: false # MD013
no-inline-html: false # MD033
1 change: 1 addition & 0 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
uses: DavidAnson/markdownlint-cli2-action@db43aef879112c3119a410d69f66701e0d530809 # v17.0.0
if: steps.changed-files.outputs.any_changed == 'true'
with:
config: .github/.markdownlint-cli2.yaml
globs: ${{ steps.changed-files.outputs.all_changed_files }}
separator: ","

0 comments on commit 34390c4

Please sign in to comment.