Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
just: Add minimum version to CONTRIBUTING and HACKING
✗ CI failure Adrian Duke committed 23 days ago
commit bb8220af59c00916b7aed2133ec665da477acc34
parent 5fa17a7159763a8dec89c80e41b8088945c87080
1 failed (1 total) View logs
2 files changed +2 -2
modified CONTRIBUTING.md
@@ -37,7 +37,7 @@ Patch formatting follows the same rules as commit formatting. See below.

### Git hooks & Task runner

-
We use [`just`](https://just.systems/) as our task runner. You can see all available commands by running `just` or `just --list` in the repository root.
+
We use [`just >= v1.49.0`](https://just.systems/) as our task runner. You can see all available commands by running `just` or `just --list` in the repository root.

If you are not using Nix (which sets up hooks automatically), you should install the local git hooks:

modified HACKING.md
@@ -31,7 +31,7 @@ The repository is structured in *crates*, as follows:

## Task runner

-
We use [`just`](https://just.systems/) to manage project tasks such as linting, formatting, and installing git hooks. To see a list of all available commands, run:
+
We use [`just >= v1.49.0`](https://just.systems/) to manage project tasks such as linting, formatting, and installing git hooks. To see a list of all available commands, run:

    $ just