[Misc] Remove pre-push lefthook (#5572)

Remove pre-push lefthook
This commit is contained in:
Sirz Benjie 2025-03-28 16:49:54 -05:00 committed by GitHub
parent 35e733e87a
commit 4149d3600a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -8,12 +8,6 @@ pre-commit:
skip:
- merge
- rebase
pre-push:
commands:
biome-lint:
glob: "*.{js,ts,jsx,tsx}"
run: npx @biomejs/biome check --reporter=summary {push_files} --no-errors-on-unmatched
post-merge:
commands: