Skip to content

Commit

Permalink
Only run markdownlint on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojunfeng committed Feb 17, 2024
1 parent a856fe4 commit 2956521
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ repos:
rev: v0.12.1
hooks:
- id: markdownlint-cli2
args: ['--fix', 'docs/**.md']
args: ['--fix']
files: (?x)^(
docs/.*
)$

0 comments on commit 2956521

Please sign in to comment.