File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ snapcreate/
4242├── README.adoc
4343├── SECURITY.md
4444├── flake.nix # Nix flake (Perimeter 1)
45- └── justfile # Task runner (Perimeter 1)
45+ └── Justfile # Task runner (Perimeter 1)
4646```
4747
4848---
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ snapcreate/
3434│ └── ISSUE_TEMPLATE/
3535├── docs/ # Documentation
3636│ └── CITATIONS.adoc
37- ├── justfile # Task runner (RSR standard template)
37+ ├── Justfile # Task runner (RSR standard template)
3838├── LICENSE.txt # Dual MIT / PMPL-1.0-or-later
3939├── SECURITY.md # Security policy template
4040├── CONTRIBUTING.md # Contribution guidelines template
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ The following require project specification before implementation:
8282* [ ] guix.scm or flake.nix
8383* [ ] deno.json (if using ReScript/JS)
8484* [ ] Cargo.toml (if using Rust)
85- * [ ] Custom justfile recipes for the project
85+ * [ ] Custom Justfile recipes for the project
8686
8787=== Source Code
8888
You can’t perform that action at this time.
0 commit comments