2026-03-09 13:02:11 -07:00
|
|
|
pre-commit:
|
|
|
|
|
commands:
|
|
|
|
|
rust-fmt:
|
|
|
|
|
run: just fmt-check
|
2026-03-26 12:50:44 -07:00
|
|
|
desktop-tauri-fmt:
|
|
|
|
|
run: just desktop-tauri-fmt-check
|
2026-03-09 13:02:11 -07:00
|
|
|
desktop-check:
|
|
|
|
|
run: just desktop-check
|
|
|
|
|
|
|
|
|
|
pre-push:
|
|
|
|
|
parallel: true
|
|
|
|
|
commands:
|
|
|
|
|
rust-fmt:
|
|
|
|
|
run: just fmt-check
|
|
|
|
|
rust-clippy:
|
|
|
|
|
run: just clippy
|
|
|
|
|
rust-tests:
|
|
|
|
|
run: just test-unit
|
|
|
|
|
desktop-check:
|
|
|
|
|
run: just desktop-check
|
2026-03-26 12:50:44 -07:00
|
|
|
desktop-tauri-fmt:
|
|
|
|
|
run: just desktop-tauri-fmt-check
|
2026-03-09 13:02:11 -07:00
|
|
|
desktop-build:
|
|
|
|
|
run: just desktop-build
|
|
|
|
|
desktop-tauri-check:
|
|
|
|
|
run: just desktop-tauri-check
|