Skip to content

Commit dadf250

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
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:
37-
skip: [golangci-lint-full]
42+
skip: [golangci-lint-full, yamllint]

0 commit comments

Comments
 (0)