Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle-native-ci
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
266
Issues
27
Patches
38
Jobs
Commits
›
602a12cdb2837c9e3aef9326a73ab8f4002a54a1
build: faster cargo command while I test
Lars Wirzenius
committed
1 year ago
commit 602a12cdb2837c9e3aef9326a73ab8f4002a54a1
parent
31d7f32350d7455df855f69a96a1033cf8d0320f
1 file changed
+1
-1
modified
.radicle/ambient.yaml
@@ -20,5 +20,5 @@ plan:
rustup show
rustup toolchain list
rustc --version
-
cargo test
+
cargo clippy
# - action: cargo_test