Skip to content

Commit 919bbbe

Browse files
committed
tests: Add pre-commit hooks
Signed-off-by: Alexander Kurbatov <sir.alkurbatov@yandex.ru>
1 parent c35726e commit 919bbbe

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.pre-commit-config.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
repos:
3+
- repo: https://github.com/pre-commit/pre-commit-hooks
4+
rev: v6.0.0
5+
hooks:
6+
- id: check-yaml
7+
- id: end-of-file-fixer
8+
9+
- repo: https://github.com/markdownlint/markdownlint
10+
rev: v0.13.0
11+
hooks:
12+
- id: markdownlint
13+
14+
- repo: https://github.com/hadolint/hadolint
15+
rev: v2.14.0
16+
hooks:
17+
- id: hadolint

0 commit comments

Comments
 (0)