1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
no_tty: true output: - failure pre-commit: parallel: false commands: formatting: glob: "*.rs" run: just fmt pre-push: commands: check-strict: run: just JOBS=2 check glob: "*.{rs,toml,lock}"