Remove pre-push lefthook

This commit is contained in:
Sirz Benjie 2025-03-28 16:35:59 -05:00
parent 35e733e87a
commit 891f90de71
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -9,12 +9,6 @@ pre-commit:
- 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:
update-submodules: