lssa/ci_scripts/lint-ubuntu.sh

8 lines
163 B
Bash
Raw Normal View History

2024-11-25 08:13:30 +02:00
set -e
curl -L https://risczero.com/install | bash
/home/runner/.risc0/bin/rzup install
cargo install taplo-cli --locked
cargo fmt -- --check
taplo fmt --check