Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
R
Rūdolfs Ošiņš
Fix lint pipeline
CI — 1 passed, 0 failed
z6Mkv4cJ...8KSb success
10 months ago 620ad89474d7ef08c1dfdbc836d6b8c97ebe5974 History
radicle-desktop scripts check-rs
#!/bin/sh
set -e

mkdir -p "$(dirname "$0")/../build"

cargo fmt --check
cargo clippy --workspace -- -Dwarnings
cargo check --workspace
cargo test --workspace