Files
buzz/lefthook.yml
T

35 lines
713 B
YAML

pre-commit:
parallel: true
commands:
rust-fmt:
run: just fmt
stage_fixed: true
desktop-tauri-fmt:
run: just desktop-tauri-fmt
stage_fixed: true
desktop-fix:
run: just desktop-fix
stage_fixed: true
web-fix:
run: just web-fix
stage_fixed: true
mobile-fix:
run: just mobile-fix
stage_fixed: true
pre-push:
parallel: true
commands:
rust-clippy:
run: just clippy
desktop-tauri-clippy:
run: just desktop-tauri-clippy
rust-tests:
run: just test-unit
desktop-test:
run: just desktop-test
desktop-tauri-test:
run: just desktop-tauri-test
mobile-test:
run: just mobile-test