Skip to content

Commit d4b83da

Browse files
authored
Add yamllint to pre-commit config (#309)
1 parent a93f2e0 commit d4b83da

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
@@ -33,5 +33,10 @@ repos:
3333
hooks:
3434
- id: markdownlint-cli2
3535

36+
- repo: https://github.com/adrienverge/yamllint.git
37+
rev: v1.35.1
38+
hooks:
39+
- id: yamllint
40+
3641
ci:
3742
skip: [golangci-lint-full]

0 commit comments

Comments
 (0)