Skip to content

Commit ef93e9d

Browse files
committed
Add yamllint to pre-commit config
1 parent 430d582 commit ef93e9d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

+5
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)