mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
Signed-off-by: Wes <wesbillman@users.noreply.github.com> Co-authored-by: Pinky <44b8e82baa6e0e254e0208d68f335c283c94e7b78dd1fa10d5a49d3f13dd0435@sprout-oss.stage.blox.sqprod.co>
33 lines
659 B
YAML
33 lines
659 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-tests:
|
|
run: just test-unit
|
|
desktop-check:
|
|
run: just desktop-check
|
|
desktop-test:
|
|
run: just desktop-test
|
|
desktop-tauri-test:
|
|
run: just desktop-tauri-test
|
|
mobile-test:
|
|
run: just mobile-test
|