Skip to content

Commit 11571f2

Browse files
authored
Add yamllint to pre-commit config (#708)
1 parent c4ff017 commit 11571f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,10 @@ repos:
5151
hooks:
5252
- id: markdownlint-cli2
5353

54+
- repo: https://github.com/adrienverge/yamllint.git
55+
rev: v1.35.1
56+
hooks:
57+
- id: yamllint
58+
5459
ci:
5560
skip: [golangci-lint-full]

0 commit comments

Comments
 (0)