2026-03-09 13:02:11 -07:00
|
|
|
pre-commit:
|
2026-05-26 18:05:42 -04:00
|
|
|
parallel: true
|
2026-03-09 13:02:11 -07:00
|
|
|
commands:
|
|
|
|
|
rust-fmt:
|
2026-05-28 17:42:35 -04:00
|
|
|
run: just fmt
|
|
|
|
|
stage_fixed: true
|
2026-03-26 12:50:44 -07:00
|
|
|
desktop-tauri-fmt:
|
2026-05-28 17:42:35 -04:00
|
|
|
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
|
2026-03-09 13:02:11 -07:00
|
|
|
|
|
|
|
|
pre-push:
|
|
|
|
|
parallel: true
|
|
|
|
|
commands:
|
|
|
|
|
rust-tests:
|
|
|
|
|
run: just test-unit
|
2026-05-28 08:17:02 -07:00
|
|
|
desktop-test:
|
|
|
|
|
run: just desktop-test
|
|
|
|
|
desktop-tauri-test:
|
|
|
|
|
run: just desktop-tauri-test
|
2026-04-13 09:55:14 -07:00
|
|
|
mobile-test:
|
|
|
|
|
run: just mobile-test
|