Skip to content

Commit 99d95f1

Browse files
committed
fix(repo): add tombi lint to general pre-commit
1 parent cc0e5f2 commit 99d95f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lefthook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ pre-commit:
1212
glob: "**/*.toml"
1313
root: "."
1414
stage_fixed: true
15+
- run: pnpm tombi lint {staged_files}
16+
glob: "**/*.toml"
17+
root: "."
1518

1619
pre-push:
1720
parallel: true

0 commit comments

Comments
 (0)