Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix lint pipeline
Rūdolfs Ošiņš committed 10 months ago
commit 620ad89474d7ef08c1dfdbc836d6b8c97ebe5974
parent c9a3cf7ce18bd69b7090d2b6ec27d358991e7a97
1 file changed +2 -0
modified scripts/check-rs
@@ -1,6 +1,8 @@
#!/bin/sh
set -e

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

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