Skip to content

Commit cf1438d

Browse files
committed
chore: Migrate to lefthook
1 parent bfffe38 commit cf1438d

File tree

4 files changed

+6
-253
lines changed

4 files changed

+6
-253
lines changed

.editorconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ charset = utf-8
77
trim_trailing_whitespace = true
88
insert_final_newline = true
99

10-
[*.yaml]
10+
[*.{yaml,yml}]
1111
indent_style = space
1212
indent_size = 2
13+
quote_type = single

.hooks/.hookah/lib.sh

Lines changed: 0 additions & 246 deletions
This file was deleted.

.hooks/pre-commit

Lines changed: 0 additions & 6 deletions
This file was deleted.

.lefthook.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pre-commit:
2+
commands:
3+
test:
4+
run: './bake test'

0 commit comments

Comments
 (0)