Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
justfile: Introduce filtering on checks
did:key:z6MkireR...3voM opened 13 days ago

The checks could be smarter by doing some filtering of what files are being committed/pushed.

For example, it's wasteful for the Rust checks to be run when only a markdown file is being modified/added.

lorenz commented 13 days ago

Yeah, and pre-commit has that built-in. See also the hook definitions in flake.nix which still show the globs…