mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
7 lines
89 B
Bash
Executable File
7 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ev
|
|
|
|
cargo test --all --locked --verbose
|
|
cargo fmt -- --check
|
|
cargo clippy |