Skip to content

Commit

Permalink
[DOCS] pre-commit: fix the arguments syntax for markdownlint (#1275)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Mar 11, 2024
1 parent 2490b86 commit 1522b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repos:
- id: markdownlint
name: Run markdownlint
description: Check Markdown files with markdownlint
entry: markdownlint -c .github/linters/.markdown-lint.yml .
args: [--config=.github/linters/.markdown-lint.yml]
exclude: ^\.github/.*$
types: [markdown]
files: \.(md|mdown|markdown)$

0 comments on commit 1522b62

Please sign in to comment.