Skip to content

Commit f6fd2af

Browse files
committed
Update lefthook.yml to automatically add generated signatures to git staging
1 parent db8b7c3 commit f6fd2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lefthook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
prepare-commit-msg:
22
commands:
33
rbs-inline:
4-
run: bundle exec rbs-inline --output=sig lib/**/*.rb
4+
run: bundle exec rbs-inline --output=sig lib/**/*.rb && git add sig/
55

66
pre-commit:
77
commands:

0 commit comments

Comments
 (0)