Radish alpha
r
rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE
Radicle CI adapter for native CI
Radicle
Git
fix: use the right path for the per-repo config file
Lars Wirzenius committed 2 years ago
commit 017bac2ca54c537a78cdd482dfe7ab262dc381ad
parent 0ab54a0
2 files changed +2 -2
modified README.md
@@ -7,7 +7,7 @@ The CI run is performed locally, without any isolation. This is not
safe and secure, but it's simple, and easy to get working. Do not use
this unless you trust the repository.

-
The repository must contain a file `.ci/radicle.yaml` that
+
The repository must contain a file `..radicle/native.yaml` that
specifies how CI is run for the repository. For example:

```yaml
modified src/main.rs
@@ -4,7 +4,7 @@
//! safe and secure, but it's simple, and easy to get working. Do not
//! use this unless you trust the repository.
//!
-
//! The repository must contain a file `.ci/radicle.yaml` that
+
//! The repository must contain a file `.radicle/native.yaml` that
//! specifies how CI is run for the repository. For example:
//!
//! ```yaml