Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added pre-commit flow #1118

Merged
merged 11 commits into from
Mar 4, 2025
7 changes: 5 additions & 2 deletions lefthook.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
pre-push:
pre-commit:
parallel: true
commands:
format:
glob: '*.{js,ts,md,yml}'
run: npm run fmt:check
run: npm run fmt && git add {staged_files}
pre-push:
parallel: true
commands:
license:
run: npm run test:license
size:
Expand Down