mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-06 18:55:46 +00:00
5 lines
68 B
Bash
Executable file
Vendored
5 lines
68 B
Bash
Executable file
Vendored
#!/bin/bash
|
|
set -e
|
|
./scripts/ci/check
|
|
cargo t
|
|
./scripts/licenses.sh
|