Skip to content

Commit 025e69a

Browse files
authored
Revert "fix: correct yaml linting hook to call yaml-lint instead of markdown-…" (#610)
This reverts commit fcc4273.
1 parent 412bf71 commit 025e69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repos:
5454
hooks:
5555
- id: yaml-and-yml-fmt
5656
name: yaml/yml fmt
57-
entry: bash -c "make yaml-lint"
57+
entry: bash -c "make markdown-lint"
5858
language: system
5959
files: \.(yaml|yml)$
6060
exclude: ^(\node_modules/)

0 commit comments

Comments
 (0)